Moduleurn:org:ten60:netkernel:mod:ws
The
wsDocumentaiton
accessor is exported by the urn:org:ten60:netkernel:mod:ws module.
Import this module to gain access to the accessor.
SyntaxURI | active:wsDocumentaiton |
Argument | Rules | Description | endpoint | Mandatory | The endpoint of the SOAP service | config | Mandatory | A SOAPServiceMap document |
Example UsageDPML<instr> <type>wsDocumentation</type> <endpoint>http://1060.org/services/example/</endpoint> <config>ffcpl:/etc/SOAPServiceMap.xml</config> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:wsDocumentaiton");
req.addArgument("endpoint", [resource representation, aspect, or URI] );
req.addArgument("config", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |