2.3.1 Attribute Semantics

TA_WSDFNAME
WSDF name. Identifies this web service definition.
TA_BINDINGID
Binding id. Links with a T_SALTBINDING class instance, see T_SALTBINDING class definition.
TA_INSTANCEID
Gateway instance identifier of gateway this web service is deployed on.
TA_WSDFDIRECTION
Native Web Service: this attribute will contain the "INBOUND" value.
Non-native Web Service: this attribute will contain the "OUTBOUND" value.
TA_ENDPOINTIDLIST
Comma-separated list of WSBinding object endpoint references.
If the referenced endpoint is specified as an inbound endpoint, the GWWS server creates the corresponding HTTP and/or HTTPS listen endpoint. At least one inbound endpoint must be specified for one inbound WSBinding object.
If the referenced endpoint is specified as an outbound endpoint, the GWWS server creates HTTP and/or HTTPS connections per SOAP requests for the outbound WSBinding object.
If an outbound endpoint is not specified for the outbound WSBinding object, the first 10 endpoints (at most) are auto-selected.
The referenced endpoint must already be defined in the TA_SALTWSDF class.
TA_WSAENDPOINT (outbound only)
Specifies the WS-Addressing listen endpoint address
If this attribute is not empty, by default all SOAP messages are sent out with a Web Service Addressing message header.
The address value must be in the following format:
http(s)://<host>:<port>/<context_path>;
The GWWS server creates listen endpoints and usage for receiving WS-Addressing SOAP response messages.
TA_REALM (outbound only)
Specifies the HTTP Realm attribute of an HTTP and/or HTTP/S endpoint. If this element is configured for one endpoint, the GWWS tries to incorporate HTTP basic authentication information in the request messages when issuing outbound calls through this endpoint.
Limitations
None