wsSOAPAddBodywsSOAPAddBody
Add a body part to a SOAP message
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsSOAPAddBody

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


Module

urn:org:ten60:netkernel:mod:ws

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

Syntax

URI
active:wsSOAPAddBody

ArgumentRulesDescription
messageMandatory the SOAP message
bodyMandatory the SOAP body part to add to the message

Example Usage

DPML

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

NetKernel Foundation API

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

Purpose

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