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
|
edit
A webservice object as returned from the cfobject tag or the CreateObject function. |
|
namespace
string,
required
|
edit
A String that is the namespace for the header. |
|
name
string,
required
|
edit
A String that is the name of the SOAP header. |
|
asXML
boolean,
optional
|
edit
If True, the header is returned as a XML object; if false (default), the header is returned as a Java object. |
Examples
editThere are currently no examples for this function.
See also
- Web services
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)