This group of functions provides basic Simple Object Access Protocol (SOAP) and Hypertext Transfer Protocol (HTTP) support to allow XML messages created/parsed with XBinder to be exchanged with SOAP endpoints (for example, with a web-service application).
rtxSoapInitConn - Initialize a connection structure for use in communicating with a SOAP endpoint.
rtxSoapConnect - Connect to a SOAP endpoint.
rtxSoapSendHttp - Send an HTTP request to a SOAP endpoint.
rtxSoapRecvHttp - Receive a response from a SOAP endpoint.
rtxSoapRecvHttpContent - Receive HTTP content from a SOAP endpoint.
For a complete list and full description of all of the SOAP functions, see the XBinder C/C++ Runtime Reference Manual.