ISOAPTransport Interface

uuid(95b904e8-8e1a-40a3-a229-e5e8606d6d3f)

This is the standard transport interface, all transport objects are required to implement this interface.

 

Base Interface

IUnknown

 

Methods, in vtable order (after base interface)

Name Description
Send   Send the Envelope to the specified endpoint
Receive   Called after Send, it returns the response to the request

 

When to Implement

Implement this interface if you are building a new transport object for use with pocketSOAP

 

When to Call

Call this interface to send/receive your SOAP envelope to the required destination

 

See Also

The PocketSOAP Library | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.