Moduleurn:org:ten60:netkernel:mod:ws
The
wsdlGenerator
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 | config | Mandatory | A SOAPServiceMap document |
Example UsageDPML<instr> <type>wsdlGenerator</type> <endpoint>http://1060.org/services/example/</endpoint> <config>ffcpl:/etc/SOAPServiceMap.xml</config> <target>var:wsdl</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:wsdlGenerator");
req.addArgument("endpoint", [resource representation, aspect, or URI] );
req.addArgument("config", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |