Lines Matching refs:soap
85 - writer.setPrefix("soap", env);//the prefix for namespace env in xml output
87 + writer.setPrefix("soap", env); //the prefix for namespace env in xml output
445 + * Common inteface for classes which want to serialize attributes to outgoing soap message
477 + * @param s String to be set as inner text for an outgoing soap object
946 * templates. One application is to set the expected return type of a soap
1154 + * If set to true then all properties with null value will be skipped from the soap message.
1512 * Response from the soap call. Pulls the object from the wrapper object and returns it.
1515 * @return response from the soap call.
1757 + // lets get the info from the soap object itself
1990 * Sets the version tag for the outgoing soap call. Example <?xml
1996 - * Perform a soap call with a given namespace and the given envelope providing
2000 + * Perform a soap call with a given namespace and the given envelope
2021 + * Perform a soap call with a given namespace and the given envelope
2051 * Perform a soap call with a given namespace and the given envelope.
2226 * the envelope containing the information for the soap call.
2249 + * Perform a soap call with a given namespace and the given envelope providing
2258 - * the envelope containing the information for the soap call.