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