2.5.11 <SOAP>

Specifies SOAP protocol information for the WSBinding object. SOAP version, message style accessing endpoints are specified in this element.

Table 2-11 SOAP Attributes

Attribute Description Required
version Specifies SOAP version for this WSBinding object. The valid values are “1.1” and “1.2”. If not specified, "1.1" is used. No
style Specifies SOAP message style for this WSBinding object. The valid values are “rpc” and “document”. If not specified, "document" is used. No
use Specifies SOAP message encoding style for this WSBinding object. The valid values are “encoded” and “literal”.

If not specified explicitly, this value is automatically selected according to “style” value. If “style” is “rpc”, then “encoded” is used; if “style” is “document”, then “literal” is used.

No

Note:

In the current SALT release, only “rpc/encoded” and “document/literal” are supported.