GetSOAPRequestHeader()
Obtains a SOAP request header.
Call only from within a CFC web service function that is processing a request as a SOAP web service.
GetSOAPRequestHeader( namespace=string, name=string, asXML=boolean );
Returns: any
| Argument | Description |
|---|---|
|
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 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)