String[] getSOAPBodyParts (SimpleEvent soapEvent, String name, String namespace)
String[] getSOAPBodyParts (SimpleEvent soapEvent, String name, String namespace)
Name | Type | Description |
---|---|---|
soapEvent | SimpleEvent | The request SOAP event |
name | String | The local name of the part. |
namespace | String | The namespace of the body part. |
Type | Description |
---|---|
String[] | An array of matching SOAP body parts. |
getSOAPBodyParts(event, $1localname$1, $1http://abc.com/namespace$1) will match all children of body with this name, and namespace