Moduleurn:org:ten60:netkernel:mod:ws
The
wsSOAPGetHeader
accessor is exported by the urn:org:ten60:netkernel:mod:ws module.
Import this module to gain access to the accessor.
SyntaxURI | active:wsSOAPGetHeader |
Argument | Rules | Description | message | Mandatory | the SOAP message | header | Mandatory | the SOAP header to be retrieved from the message | namespace | Optional | an optional namespace URI |
Example UsageDPML<instr> <type>wsSOAPGetHeader</type> <message>var:SOAPmessage</message> <header> <MyHeader /> </header> <namespace>http://my-namespace</namespace> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:wsSOAPGetHeader");
req.addArgument("message", [resource representation, aspect, or URI] );
req.addArgument("header", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |