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.
-
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.
-
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.
-
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.
-
TA_POLICIES - Specifies a comma-separated list of local file paths for the referenced WS-Policy file(s).
-
TA_ASYNCTIMEOUT - Outbound service: Specifies a time in seconds to wait for a SOAP response.
-
TA_DISABLEWSA - Outbound service: Disables explicit Web Service Addressing requests with this property.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
Parent topic: T_WSOPERATION Class