phoSoapResponse - cClientWebService
A handle to an XML document object containing the last SOAP Response
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoSoapResponse
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoSoapResponse to HandleVariable |
| Write Access: | Set phoSoapResponse to HandleVariable/Value |
Description
phoSoapResponse is a handle that points to an XML document object (cXmlDomDocument) representing that last web-service soap response. This should never be changed. The property is provided for mainly testing and debugging purposes.
In advanced (and hopefully rare) cases, you might need to use this to parse and retrieve return data. This document contains the entire soap response (soap:envelope, soap:body, etc.) so it contains all of the data returned to you.