SOAP.addSOAPBodyPart()

Signature

void addSOAPBodyPart (SimpleEvent soapEvent,String bodyXml)

Domain

ACTION, BUI

Description

Adds a body fragment as a child of the standard SOAP body. This fragment should be a well formed xml.

Parameters

NameTypeDescription
soapEventSimpleEventSOAP event
bodyXmlStringXML string of body to set

Returns

TypeDescription
void