wsNewSOAPMessagewsNewSOAPMessage
Create a new SOAP message
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsNewSOAPMessage

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


Module

urn:org:ten60:netkernel:mod:ws

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

Syntax

URI
active:wsNewSOAPMessage

ArgumentRulesDescription
messageMandatory A SOAP message from which to infer SOAP version number

Example Usage

DPML

<instr>
  <type>wsNewSOAPMessage</type>
  <message>var:oldmessage</message>
  <target>var:newmessage</target>
</instr>

NetKernel Foundation API

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

Purpose

The wsNewSOAPMessage accessor creates a new SOAP Message - the version of the message which it returns will match that of the message supplied as the message argument.

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