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.

Cautions

The name and namespace paramters cannot be null

Example

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