Searched defs:soapAction (Results 1 - 2 of 2) sorted by relevance

/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpTransportSE.java104 * set the desired soapAction header field
106 * @param soapAction
107 * the desired soapAction
113 public void call(String soapAction, SoapEnvelope envelope) throws IOException, argument
116 call(soapAction, envelope, null);
121 * set the desired soapAction header field
123 * @param soapAction
124 * the desired soapAction
134 public List call(String soapAction, SoapEnvelope envelope, List headers) argument
137 if (soapAction
[all...]
H A DServiceConnectionSE.java100 public void setRequestProperty(String string, String soapAction) { argument
101 connection.setRequestProperty(string, soapAction);

Completed in 115 milliseconds