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

A web service 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 header

value
object, required

the value for the SOAP header; this can be a CFML XML value.

mustUnderstand
boolean, optional

Sets the SOAP mustunderstand value for this header.

Examples

There are currently no examples for this function.

See also