wsSOAPGetBodywsSOAPGetBody
Get a body part from a SOAP message
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsSOAPGetBody

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


Module

urn:org:ten60:netkernel:mod:ws

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

Syntax

URI
active:wsSOAPGetBody

ArgumentRulesDescription
messageMandatory the SOAP message
bodyMandatory the SOAP body part to be retrieved from the message
namespaceOptional an optional namespace URI

Example Usage

DPML

<instr>
  <type>wsSOAPGetBody</type>
  <message>var:SOAPmessage</message>
  <body>
    <MyBody />
  </body>
  <namespace>http://my-body-uri</namespace>
  <target>this:response</target>
</instr>

NetKernel Foundation API

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

Purpose

The wsSOAPGetBody accessor retrieves a Body part from a SOAP 1.1 or 1.2 Message. The body argument must be a fragment with the same localname as the body element to be retrieved. If the namespace argument URI is supplied then the body part's namespace must also match with it. The body part fragment is returned.

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