2.5.1 Attribute Semantics

TA_BINDINGID
Binding id. Links with a T_SALTBINDING class instance, see T_SALTBINDING class definition.
TA_SERVICENAME
Specifies the service name.
Native WSDF: the service name value is used as the wsdl:operation name in the generated WSDL document.
Non-native WSDF: the service name is equal to the wsdl:operation name defined in the external WSDL document.
TA_WSDFNAME
WSDF name. Links with a T_SALTWSDF class instance, see T_SALTWSDF class definition.
TA_TUXEDOREF
An optional attribute used to reference the service definition in the Tuxedo Service Metadata Repository.
If not specified, attribute TA_SERVICENAME value is used as the reference value.
TA_NAMESPACE
Specifies service namespace attribute. This is a non-native WSDF attribute. It is used to save the namespace setting for each wsdl:operation defined in the external WSDL document.

Note:

Do not specify this attribute for a native WSDF.
TA_SOAPACTION
Specifies the service soapAction attribute. This is a non-native WSDF attribute. It is used to save the soapAction setting for each wsdl:operation defined in the external WSDL document.

Note:

Do not specify this attribute for a native WSDF.
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_ASYNCTIMEOUT
Outbound service: Specifies a time in seconds to wait for a SOAP response.
Inbound service: No behavior impact.
TA_DISABLEWSA
Outbound service: Disables explicit Web Service Addressing requests with this property.
Inbound service: No behavior impact.
TA_INPUTMSGNAME
Specifies the service input message name attribute. This is a non-native WSDF attribute. It is used is used to save the name for the input wsdl:message defined in the external WSDL document.

Note:

Do not specify this attribute for a native WSDF.
TA_INPUTWSAACTION
Specifies the service input message wsaAction attribute. This is a non-native WSDF attribute. It is used is used to save the wsaAction attribute of the input wsdl:message defined in the external WSDL document.

Note:

Do not specify this attribute for a native WSDF.
TA_INPUTMSGHANDLER
Specifies a customized message conversion handler.

Optional for < Input>, <Output> and/or <Fault> elements of any service. The value of this element is the handler name.

The GWWS server looks for the message conversion handler from all known message conversion plug-in shared libraries using the handler name. The message conversion handler allows you to develop customized Tuxedo buffer and SOAP message payload transformation functions to replace the default GWWS message conversions.
TA_OUTPUTMSGNAME
Specifies the service output message name attribute. This is a non-native WSDF attribute. It is used to save the name for the output wsdl::message defined in the external WSDL document.

Note:

Do not specify this attribute for a native WSDF.
TA_OUTPUTWSAACTION
Specifies the service output message name attribute. This is a non-native WSDF attribute. It is used to save the wsaAction attribute of the output wsdl::message defined in the external WSDL document.

Note:

Do not specify this attribute for a native WSDF.
TA_OUTPUTMSGHANDLER
Specifies a customized message conversion handler. Optional for < Input>, <Output>; and/or <Fault >; elements of any service. The value of this element is the handler name.
The GWWS server looks for the message conversion handler from all known message conversion plug-in shared libraries using the handler name. The message conversion handler allows you to develop customized Tuxedo buffer and SOAP message payload transformation functions to replace the default GWWS message conversions.
TA_FAULTMSGNAME
Specifies the service fault message name attribute. This is a non-native WSDF attribute. It is used to save the name for the fault wsdl:message defined in the external WSDL document.

Note:

Do not specify this attribute for a native WSDF.
TA_FAULTWSAACTION
Specifies the service fault message wsaAction attribute. This is a non-native WSDF attribute. It is used to save the wsaAction attribute of the fault wsdl:message defined in the external WSDL document.

Note:

Do not specify this attribute for a native WSDF.
TA_FAULTMSGHANDLER
Specifies a customized message conversion handler. Optional for <Input>, <Output>; and/or <Fault> elements of any service. The value of this element is the handler name.
The GWWS server looks for the message conversion handler from all known message conversion plug-in shared libraries using the handler name. The message conversion handler allows you to develop customized Tuxedo buffer and SOAP message payload transformation functions to replace the default GWWS message conversions.

Note:

The statistics fields below may not be present if no corresponding action has been performed. For example if no one-way call has been made T_WS_ONEWAYDONE will not be returned.
TA_WS_REQREPDONE
Number of inbound request-reply calls performed.
TA_WS_REQREPFAIL
Number of inbound failed request-reply calls.
TA_WS_ONEWAYDONE
Number of inbound one-way calls performed.
TA_WS_ONEWAYFAIL
Number of inbound failed one-way calls.
TA_WS_INBOUNTIME
Average processing time of inbound calls.
TA_WS_OUTBOUNDDONE
Number of outbound request-reply calls performed.
TA_WS_OUTBOUNDFAIL
Number of outbound failed request-reply calls.
TA_WS_OUTBOUND_ONEWAYDONE
Number of outbound one-way calls performed.
TA_WS_OUTBOUND_ONEWAYFAIL
Number of outbound failed one-way calls.
TA_WS_OUTBOUNTIME
Average processing time of outbound calls.
Limitations
None