GetSOAPResponseHeader()

Returns a SOAP response header. Call this function from within code that is invoking a web service after making a web service request.

GetSOAPResponseHeader( webservice=any, namespace=string, name=string, asXML=boolean );

Returns: any

Argument Description
webservice
any, required

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

namespace
string, required

A String that is the namespace for the header.

name
string, required

A String that is the name of the SOAP header.

asXML
boolean, optional

If True, the header is returned as a XML object; if false (default), the header is returned as a Java object.

Examples

There are currently no examples for this function.

See also