This topic has not yet been rated - Rate this topic

CSoapSocketClientT Members 

Methods

CleanupClient

Call this method to clean up any resources allocated by the client.

CSoapSocketClientT

The constructor.

~CSoapSocketClientT

The destructor.

GetClientError

Call this method to get the error code following a request.

GetClientReader

This protected method can be called to obtain the pointer to the ISAXXMLReader interface used to read the SOAP response.

GetReadStream

Call this method to get the pointer to the IStream interface of the response stream.

GetStatusCode

Call this method to get the HTTP status code returned by the server following a request.

GetUrl

Call this method to get the URL of the XML Web service.

GetWriteStream

Call this method to get the pointer to the IWriteStream interface used to generate the request.

SendRequest

Call this method to send the SOAP message contained in the stream returned by GetWriteStream to the server.

SetClientError

Call this method to set the client error.

SetProxy

Call this method to set the proxy used to connect to the XML Web service.

SetTimeout

Call this method to set the timeout for connecting, sending, and receiving.

SetUrl

Call this method to set the URL of the XML Web service.

Data Members

m_fault

The SOAP Fault returned by the XML Web service following a request.

m_socket

The socket used to make the SOAP request.

See Also

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ