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