wsdlGeneratorwsdlGenerator
Generate a WSDL description for a SOAP endpoint
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsdlGenerator

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn: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

URI
active:wsdlGenerator

ArgumentRulesDescription
endpointMandatory The endpoint of the SOAP service
configMandatory A SOAPServiceMap document

Example Usage

DPML

<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

The wsdlGenerator dynamically generates a WSDL description for a SOAP service endpoint.

WSDL is generated from information provided in a SOAPServiceMap document.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.