Moduleurn:org:ten60:netkernel:mod:wsDefinitionActive URI Baseactive:wsSOAPAddHeader
Format
<instr> <type>wsSOAPAddHeader</type> <message>var:SOAPmessage</message> <header> <ns:MyHeader xmlns:ns="http://my-header-uri"> <something /> </ns:MyHeader> </header> <action>http://some-action-uri</action> <mustUnderstand>urn:true</mustUnderstand> <target>this:response</target> </instr>
Syntax| Argument | Rules | Description | | type | Mandatory | wsSOAPAddHeader | | message | Mandatory | the SOAP message | | header | Mandatory | the SOAP header to add to the message | | action | Optional | an optional action URI - valid for SOAP1.1 messages | | role | Optional | an optional role URI - valid for SOAP1.2 messages | | mustUnderstand | Optional | an optional mustUnderstand indicator | | target | Mandatory | this:response |
|