SOAP.getSOAPBodyParts()

Signature

String[] getSOAPBodyParts (SimpleEvent soapEvent, String name, String namespace)

Domain

Parameters

NameTypeDescription
soapEventSimpleEventThe request SOAP event
nameStringThe local name of the part.
namespaceStringThe namespace of the body part.

Returns

TypeDescription
String[]An array of matching SOAP body parts.

Example

getSOAPBodyParts(event, $1localname$1, $1http://abc.com/namespace$1) will match all children of body with this name, and namespace