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