Lucee Function Reference

getsoaprequest()

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

Example

getsoaprequest([any webservice]):any

Category

webservice

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.