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

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 XML value.

mustUnderstand
boolean, optional

Sets the SOAP mustunderstand value for this header.

Examples

There are currently no examples for this function.

See also