ISoapConnector (Windows Embedded CE 6.0)
1/6/2010
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 |
---|---|
This method signals the start of a SOAP message being sent to the server. |
|
This method signals the start of a SOAP message being sent to the server. Use this method when using WSDLReader object model. |
|
This method initializes the ISoapConnector object and prepares the connection. |
|
This method initializes the ISoapConnector object and prepares the connection. Use this method when using WSDLReader object model. |
|
This method signals the end of a SOAP message being sent to the server. |
|
This method resets the connection. |
Property | Description |
---|---|
This read-only property provides the stream that sends data to the server. |
|
This read-only property provides the stream that receives data from the server. |
|
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 |