wsSOAPAddBody
Add a body part to a SOAP message
Index > Books > Declarative Development Guide > Reference Library > Accessor Listing > wsSOAPAddBody

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:wsSOAPAddBody

Format

<instr>
  <type>wsSOAPAddBody</type>
  <message>var:SOAPmessage</message>
  <body>
    <ns:MyBody xmlns:ns="http://my-body-uri">
      <something />
    </ns:MyBody>
  </body>
  <target>this:response</target>
</instr>

Syntax

ArgumentRulesDescription
typeMandatory wsSOAPAddBody
messageMandatory the SOAP message
bodyMandatory the SOAP body part to add to the message
targetMandatory this:response

The wsSOAPAddBody accessor adds a Body part to a SOAP 1.1 or 1.2 Message. The updated message is returned as the result.

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