2.4.1 Attribute Semantics

TA_BINDINGID
Identifies the WSBinding object. The value must be unique within the WSDF.
Native WSDF: the value is specified by customers and is used as the wsdl:binding name in the generated WSDL document.
Non-native WSDF: the value is the wsdl:binding name defined in the external WSDL document.
TA_WSDFNAME
WSDF name. Links with a T_SALTWSDF class instance, see T_SALTWSDF class definition.
TA_SOAPVERSION
Specifies SOAP version for this WSBinding object.
TA_SOAPSTYLE
Specifies SOAP message style for this WSBinding object.
TA_SOAPENCODING
Specifies SOAP message encoding style for this WSBinding object.
TA_POLICIES
Specifies a comma-separated list of local file paths for the referenced WS-Policy file(s).
Specifically, Oracle SALT pre-defines WS-Policy template files for typical WS-* scenarios. These files can be found under the $TUXDIR/udataobj/salt/policy directory. These template files can be referenced using the string format salt:<template_file_name>
For example, the SALT WS-SecurityPolicy 1.0 template file "wssp1.0-signbody.xml"is represented as the following string value in the TA_POLICIES attribute:
salt:wssp1.0-signbody.xml
TA_ENDPOINTS
Comma-separated list of endpoints representing each access endpoint for this TA_SALTBIDING class instance.
Limitations
None