wsSOAPGetBody
Get a body part from a SOAP message
Index > Books > Declarative Development Guide > Reference Library > Accessor Listing > wsSOAPGetBody

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


Module

urn:org:ten60:netkernel:mod:ws

Definition

Active URI Base

active:wsSOAPGetBody

Format

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

Syntax

ArgumentRulesDescription
typeMandatory wsSOAPGetBody
messageMandatory the SOAP message
bodyMandatory the SOAP body part to be retrieved from the message
namespaceOptional an optional namespace URI
targetMandatory this:response

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-2005, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.