wsSOAPClientwsSOAPClient
A generic SOAP client
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsSOAPClient

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


Module

urn:org:ten60:netkernel:mod:ws

The wsSOAPClient accessor is exported by the urn:org:ten60:netkernel:mod:ws module. Import this module to gain access to the accessor.

Syntax

URI
active:wsSOAPClient

ArgumentRulesDescription
endpointMandatory The endpoint of the SOAP service
actionOptional An optional action URI
messageMandatory The SOAP message request

Example Usage

DPML

<instr>
  <type>wsSOAPClient</type>
  <endpoint>http://1060.org/services/example/</endpoint>
  <message>var:message</message>
  <action>urn:some:action</action>
  <target>this:response</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:wsSOAPClient");
req.addArgument("endpoint", [resource representation, aspect, or URI] );
req.addArgument("message", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

wsSOAPClient is a generic, transport independent SOAP client. Based upon the endpoint URI the SOAP client locates a registered transport binding and invokes the SOAP service through the binding accessor. By default http transport bindings are provided - the http binding examines the version of the SOAP message and automatically uses either SOAP 1.1 or 1.2 bindings.

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