Share via


SOAP Objects and Interfaces

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The following table shows the SOAP objects and interfaces with a description of the purpose of each.

Programming element Description

HttpConnector

This interface implements the standard HTTP protocol binding for objects that send and receive SOAP messages.

IHeaderHandler

This interface provides the methods necessary to create and access content contained in a SOAP header.

ISOAPError

This interface provides the properties necessary to create a <Fault> element in a SOAP message.

ISoapTypeMapper

This interface provides the methods necessary for a custom type mapper class to handle complex types in a SOAP message.

ISoapClient

This 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.

ISoapConnector

This interface implements the transport protocol used by objects that send and receive SOAP messages.

ISoapConnectorFactory

This interface provides a method to create a connector for the transport protocol specified in the Web Services Description Language (WSDL) file.

ISoapReader

This interface reads SOAP messages.

ISoapSerializer

The interface builds a SOAP message.

ISoapServer

This object provides a server-side, high-level interface whose methods process the incoming SOAP request and return a SOAP response.

ISoapTypeMapperFactory

This interface creates custom type mappers for arrays and simple data types and for registered custom type mappers.

See Also

Reference

SOAP Reference