AddSOAPRequestHeader()
Adds a SOAP header to a web service request before making the request.
AddSOAPRequestHeader( webservice=object, namespace=string, name=string, value=object, mustUnderstand=boolean );
Returns: Boolean
| Argument | Description |
|---|---|
|
webservice
object,
required
|
edit
A web service 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 header |
|
value
object,
required
|
edit
the value for the SOAP header; this can be a CFML 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)