Feedback

  • Contents
 

SOAP Query Encoding Style

Matches a space separated list of URIs against the ‘encodingStyle' attribute of the element. If the element doesn't have an ‘encodingStyle' attribute, the parent of the element is checked until an element with an ‘encodingStyle' attribute is found. If that attribute contains any of the specified encoding style URIs, the tool returns through ‘Found' and returns the style that was found.

Tip: If the first ‘encodingStyle' attribute found along the parent chain does not contain any of the specified styles, the search does not continue and the tool exits ‘Not Found'.

Exit Paths: Found, Not Found, Failure

Parameter

Dir

Type

Remarks

Element

IN

Node

(child) Element of the SOAP envelope to query. If document node, the document element is queried.

Encoding Styles

IN

String

Space separated list of URIs to match against the ‘encodingStyle' attributes.

First Style Found

OUT

String

Encoding style namespace that was found

Element Of Style

OUT

Node

XML node of the element in which the encoding style attribute was found.