GetSOAPRequest()

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

GetSOAPRequest( webservice=any );

Returns: any

Argument Description
webservice
any, optional

A webservice object as returned from the cfobject tag or the CreateObject function.

Examples

There are currently no examples for this function.

See also