Share via


ISoapClient

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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 Method

This method initializes the SoapClient object using the Web Services Description Language (WSDL) file as input.

HeaderHandler Property (ISoapClient)

This method sets the header handler for the next call against this client instance.

Property Description

ClientProperty Property

This property sets and retrieves properties specific to the SoapClient object.

ConnectorProperty Property

This property sets and retrieves properties specific to the transport protocol connector used by a SoapClient object.

detail Property (ISoapClient)

This read-only property provides the value of the <detail> element of the <Fault> element in the SOAP message.

faultactor Property (ISoapClient)

This read-only property provides the Universal Resource Identifier (URI) that generated the fault.

faultcode Property (ISoapClient)

This read-only property provides the value of the <faultcode> element of the <Fault> element in the SOAP message.

faultstring Property (ISoapClient)

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

See Also

Reference

SOAP Objects and Interfaces

Concepts

A Quick Introduction to WSML