wwSoap::CallSoapServer

Calls the remote server sends the SOAP request and returns the SOAP response back to the client. This is a lower level method that basically performs the HTTP request.

This method deals with the aspects of transferring data from the client to the server and back. It works only as a direct service mechanism and has no knowledge about a WSDL Service definition.

o.CallSoapServer(lcSOAPRequestXML)

Return Value

SOAP Response as an XML string

Parameters

lcSOAPRequestXML
Optional - The SOAP Request XML that is to be sent. cRequestXML is used if not passed.


See also:

Class wwSoap

© West Wind Technologies, 1996-2024 • Updated: 10/25/04
Comment or report problem with topic