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