SOAP.getSOAPBodyParts()

Signature

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

Domain

ACTION, CONDITION, BUI

Description

Gets the SOAP <Body> parts matching the name and namespace from the SOAP event

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