AddSOAPResponseHeader()
Adds a SOAP response header to a web service response. Call only from within a CFC web service function that is processing a request as a SOAP web service.
AddSOAPResponseHeader( namespace=string, name=string, value=object, mustUnderstand=boolean );
Returns: Boolean
| 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 |
|
value
object,
required
|
edit
the value for the SOAP header; this can be a XML value. |
|
mustUnderstand
boolean,
optional
|
edit
Sets the SOAP mustunderstand value for this header. |
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)