uuid(95b904e8-8e1a-40a3-a229-e5e8606d6d3f)
This is the standard transport interface, all transport objects are required to implement this interface.
Name | Description |
---|---|
Send | Send the Envelope to the specified endpoint |
Receive | Called after Send, it returns the response to the request |
Implement this interface if you are building a new transport object for use with pocketSOAP
Call this interface to send/receive your SOAP envelope to the required destination
Copyright © Simon Fell, 2000-2004. All rights reserved.