Returns an XML object that contains the entire
SOAP response after invoking a web service.
Lucee Function Reference
Function GETSOAPRESPONSE
Example
getsoapresponse(any webservice):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
webservice | any | Yes | A webservice object as returned from the cfobject tag or the CreateObject function. |