HomeSort by relevance Sort by last modified time
    Searched full:soap (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
package.html 8 handling SOAP Envelopes and literal XML content.
12 <p>Support for the SOAP Serialization XML
15 SOAP calls via the network (sending and receiving
SoapEnvelope.java 28 * A SOAP envelope, holding head and body objects. While this basic envelope
30 * SoapSerializationEnvelope provides support for the SOAP Serialization format
36 /** SOAP Version 1.0 constant */
38 /** SOAP Version 1.1 constant */
40 /** SOAP Version 1.2 constant */
42 public static final String ENV2003 = "http://www.w3.org/2003/05/soap-envelope";
43 public static final String ENC2003 = "http://www.w3.org/2003/05/soap-encoding";
44 /** Namespace constant: http://schemas.xmlsoap.org/soap/envelope/ */
45 public static final String ENV = "http://schemas.xmlsoap.org/soap/envelope/";
46 /** Namespace constant: http://schemas.xmlsoap.org/soap/encoding/ *
    [all...]
SoapFault.java 30 * Exception class encapsulating SOAP Faults
36 /** The SOAP fault code */
38 /** The SOAP fault code */
40 /** The SOAP fault code */
44 /** an integer that holds current soap version */
65 // Handle case '...<detail/></soap:Fault>'
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 67 xml_node_t *soap, *spp, *resp; local
88 soap = xml_node_from_buf(ctx->xml, post);
89 if (soap == NULL) {
90 debug_print(ctx, 1, "Could not parse SOAP data");
93 debug_dump_node(ctx, "Received SOAP message", soap);
94 spp = soap_get_body(ctx->xml, soap);
97 xml_node_free(ctx->xml, soap);
103 xml_node_free(ctx->xml, soap);
113 soap = soap_build_envelope(ctx->xml, resp)
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
package.html 7 <p>This package contains support for the Soap Serialization
MarshalHashtable.java 34 * based on the xml schema from apache-soap, namely the type 'map' in the
35 * namespace 'http://xml.apache.org/xml-soap'. Other soap implementations
42 public static final String NAMESPACE = "http://xml.apache.org/xml-soap";
NullSoapObject.java 7 * property in your SOAP response.<br/><br/>
SoapObject.java 31 * A simple dynamic object that can be used to build soap calls without
34 * Essentially, this is what goes inside the body of a soap envelope - it is the
45 * The namespace of this soap object.
49 * The name of this soap object.
73 * the namespace for the soap object
75 * the name of the soap object
458 * templates. One application is to set the expected return type of a soap
Marshal.java 65 * the soap serialization envelope.
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
ServiceConnection.java 51 * response to the SOAP request. Primarily this gives the caller an
77 * the type of request method to make the soap call with.
95 * @return the output stream to write the soap message to.
101 * soap call.
Transport.java 37 * deserialization of the soap messages, leaving the basic communication
59 protected static final String CONTENT_TYPE_SOAP_XML_CHARSET_UTF_8 = "application/soap+xml;charset=utf-8";
163 * Sets the version tag for the outgoing soap call. Example <?xml
167 * the xml string to set at the top of the soap message.
180 * Perform a soap call with a given namespace and the given envelope providing
190 * <code>List</code> of <code>HeaderProperty</code> headers to send with the SOAP request.
199 * Perform a soap call with a given namespace and the given envelope.
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
ExchangeCompleteResponse.java 9 <xsd:documentation>SOAP method used by SPP server to end session.</xsd:documentation>
SOAPBuilder.java 20 sEnvelopeAttributes.put("xmlns:s12", "http://www.w3.org/2003/05/soap-envelope");
139 <xsd:documentation>SOAP method used by SPP client to confirm installation of MO addition or update.</xsd:documentation>
SOAPParser.java 80 throw new OMAException("Missing SOAP body");
103 <xsd:documentation>SOAP method response from SPP server.</xsd:documentation>
217 <xsd:documentation>SOAP method used by SPP client to confirm installation of MO addition or update.</xsd:documentation>
232 <xsd:documentation>SOAP method used by SPP server to end session.</xsd:documentation>
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpTransportSE.java 50 * the destination to POST SOAP data
63 * The destination to POST SOAP data
73 * the destination to POST SOAP data
89 * the destination to POST SOAP data
109 * the envelope containing the information for the soap call.
126 * the envelope containing the information for the soap call.
ServiceConnectionSE.java 42 * Constructor taking the url to the endpoint for this soap communication
55 * Constructor taking the url to the endpoint for this soap communication
  /external/ksoap2/ksoap2-base/
pom.xml 14 A lightweight and efficient SOAP engine suitable for J2ME or constrained java devices.
  /frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPMessage.java 20 public static final String ContentTypeSOAP = "application/soap+xml";
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/commands/
GetCertData.java 13 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
  /external/wpa_supplicant_8/src/utils/
xml-utils.c 449 ctx, "http://www.w3.org/2003/05/soap-envelope", "soap12", &ns,
459 xml_node_t * soap_get_body(struct xml_node_ctx *ctx, xml_node_t *soap)
463 body = get_node_uri(ctx, soap, "Envelope/Body");
xml-utils.h 95 xml_node_t * soap_get_body(struct xml_node_ctx *ctx, xml_node_t *soap);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Messages.resx 51 mimetype: application/x-microsoft.net.object.soap.base64
53 : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 5 if (!stristr($_SERVER["CONTENT_TYPE"], "application/soap+xml")) {
124 header("Content-Type: application/soap+xml");
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 316 j = XML.toJSONObject("<?xml version='1.0' encoding='UTF-8'?>"+"\n\n"+"<SOAP-ENV:Envelope"+
317 " xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\""+
320 "<SOAP-ENV:Body><ns1:doGoogleSearch"+
322 " SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">"+
334 "</SOAP-ENV:Body></SOAP-ENV:Envelope>");
339 j = new JSONObject("{Envelope: {Body: {\"ns1:doGoogleSearch\": {oe: \"latin1\", filter: true, q: \"'+search+'\", key: \"GOOGLEKEY\", maxResults: 10, \"SOAP-ENV:encodingStyle\": \"http://schemas.xmlsoap.org/soap/encoding/\", start: 0, ie: \"latin1\", safeSearch:false, \"xmlns:ns1\": \"urn:GoogleSearch\"}}}}")
    [all...]
  /external/clang/tools/clang-format-vs/ClangFormat/
Resources.resx 61 mimetype: application/x-microsoft.net.object.soap.base64
63 : System.Runtime.Serialization.Formatters.Soap.SoapFormatter

Completed in 3509 milliseconds

1 2 3