wsDocumentationwsDocumentation
Locates and serves HTML documentation for a given endpoint URI
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsDocumentation

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


Module

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

Syntax

URI
active:wsDocumentaiton

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

Example Usage

DPML

<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

The wsDocumentation accessor receives an endpoint URI. Using the supplied config SOAPServiceMap it locates the URI of the documentation for this endpoint and issues a request to that URI together with the endpoint argument.

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