Share via


ISoapConnector

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface implements the transport protocol used by objects that send and receive SOAP messages. Each object can implement a different transport protocol such as HTTP (Hypertext Transfer Protocol), SMTP (Simple Mail Transfer Protocol), or FTP (File Transfer Protocol).

The SOAP Toolkit provides the following ISoapConnector implementations:

  • HttpConnector — Implements the standard SOAP HTTP protocol binding.

The following tables show the methods and properties supported by the ISoapConnector interface.

Method Description

BeginMessage Method

This method signals the start of a SOAP message being sent to the server.

BeginMessageWSDL Method

This method signals the start of a SOAP message being sent to the server. Use this method when using WSDLReader object model.

Connect Method (ISoapConnector)

This method initializes the ISoapConnector object and prepares the connection.

ConnectWSDL Method

This method initializes the ISoapConnector object and prepares the connection. Use this method when using WSDLReader object model.

EndMessage Method

This method signals the end of a SOAP message being sent to the server.

reset Method (ISoapConnector)

This method resets the connection.

Property Description

InputStream Property

This read-only property provides the stream that sends data to the server.

OutputStream Property

This read-only property provides the stream that receives data from the server.

Property (ISoapConnector)

This property sets or gets the value of a property specific to a ISoapConnector implementation.

Remarks

You can configure additional ISoapConnector implementations. For more information, see ISoapConnectorFactory.

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