Returns an XML object that contains the entire SOAP
request. Usually called from within a web service CFC.
Lucee Function Reference
Function GETSOAPREQUEST
Example
getsoaprequest([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 | No | A webservice object as returned from the cfobject tag or the CreateObject function. |