wsSOAPDeleteBodywsSOAPDeleteBody
Delete a body part from a SOAP message
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsSOAPDeleteBody

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


Module

urn:org:ten60:netkernel:mod:ws

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

Syntax

URI
active:wsSOAPDeleteBody

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

Example Usage

DPML

<instr>
  <type>wsSOAPDeleteBody</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:wsSOAPDeleteBody");
req.addArgument("message", [resource representation, aspect, or URI] );
req.addArgument("body", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The wsSOAPDeleteBody accessor removes 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 removed. If the namespace URI argument is supplied then only body arguments with that namespace and localname will be deleted. The updated message is returned as the result.

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