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
Examples
There are currently no examples for this function.
See also
- Web services
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)