- Contents
Interaction Designer Help
SOAP Get RPC Method Info
This SOAP tool is a convenience tool for cracking RPC requests. It retrieves the first child element of the SOAP <Body> element (Method element in RPC requests). It also returns a collection containing the child elements of the method, which constitute the method arguments.
Inputs
Envelope
Envelope node of the SOAP payload. Can be a document node whose document element is <SOAP-ENV:Envelope> or the node is the element itself.
Outputs
Method Element
Node of the method element (first child of the Body).
Method Base Name
Base name of the method element.
Method Namespace
Namespace URI of the method element.
Parameters
Iterator to collection of RPC parameter elements. Use the ‘SOAP Get Next RPC Parameter’ or ‘XML Get Next Node’ tool to iterate over collection.
Parameter Count
Number of items in the Parameters collection.
Exit Paths
Success
This path is taken if the first child element is returned.
Fault
This path is taken if the body contains a <Fault> element.
No Method
This path is taken if the body does not contain an element.
Failure
This path is taken if the operation fails.