Moduleurn:org:ten60:netkernel:mod:wsDefinitionActive URI Baseactive: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| Argument | Rules | Description | | type | Mandatory | wsSOAPAddBody | | message | Mandatory | the SOAP message | | body | Mandatory | the SOAP body part to add to the message | | target | Mandatory | this:response |
|