Moduleurn:org:ten60:netkernel:mod:ws
The
wsNewSOAPMessage
accessor is exported by the urn:org:ten60:netkernel:mod:ws module.
Import this module to gain access to the accessor.
SyntaxURI | active:wsNewSOAPMessage |
Argument | Rules | Description | message | Mandatory | A SOAP message from which to infer SOAP version number |
Example UsageDPML<instr> <type>wsNewSOAPMessage</type> <message>var:oldmessage</message> <target>var:newmessage</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:wsNewSOAPMessage");
req.addArgument("message", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |