ISoapClient (Windows Embedded CE 6.0)
1/6/2010
This interface, implemented by the SoapClient object, provides a client-side, high-level interface whose methods and properties send a SOAP request to the server and process the response from the server.
The following tables show the methods and properties supported by the ISoapClient interface.
Method | Description |
---|---|
This method initializes the SoapClient object using the Web Services Description Language (WSDL) file as input. |
|
This method sets the header handler for the next call against this client instance. |
Property | Description |
---|---|
This property sets and retrieves properties specific to the SoapClient object. |
|
This property sets and retrieves properties specific to the transport protocol connector used by a SoapClient object. |
|
This read-only property provides the value of the <detail> element of the <Fault> element in the SOAP message. |
|
This read-only property provides the Universal Resource Identifier (URI) that generated the fault. |
|
This read-only property provides the value of the <faultcode> element of the <Fault> element in the SOAP message. |
|
This read-only property provides the value of the <faultstring> element of the <Fault> element in the SOAP message. |
Note
The four properties (fault, faultstring, faultactor, and detail) map to the elements in the SOAP fault structure. If there is an error in executing an operation, these properties provide a description of the error that occurred.
Requirements
Header | mssoap.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |