ISoapClient (Windows CE 5.0)

Send Feedback

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
mssoapinit This method initializes the SoapClient object using the Web Services Description Language (WSDL) file as input.
HeaderHandler This method sets the header handler for the next call against this client instance.
Property Description
ClientProperty This property sets and retrieves properties specific to the SoapClient object.
ConnectorProperty This property sets and retrieves properties specific to the transport protocol connector used by a SoapClient object.
detail This read-only property provides the value of the <detail> element of the <Fault> element in the SOAP message.
faultactor This read-only property provides the Universal Resource Identifier (URI) that generated the fault.
faultcode This read-only property provides the value of the <faultcode> element of the <Fault> element in the SOAP message.
faultstring 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

OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.

See Also

A Quick Introduction to WSML | SOAP Objects and Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.