Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function GETSOAPREQUEST

Returns an XML object that contains the entire SOAP
request. Usually called from within a web service CFC.

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.