3.3.3.2.1.1.1.2 <Service>
Specifies a single service callable using HTTP/REST mechanisms. The actual Oracle Tuxedo service called is further qualified by an HTTP method as specified using the <Method> element.
Table 3-4 Service Attributes
| Attribute | Description | Required |
|---|---|---|
name |
Name of Tuxedo service being advertised.
Note: This is not the actual Oracle Tuxedo service configured using the<Method> element.
|
Yes |
content-type |
"JSON" represent "Content-Type: application/json", "XML" represent "Content-Type: application/xml".
If request HTTP header has no content-type field, SALT will use the content-type attribute set here. |
No |
charset |
Specifies the character encoding for the outgoing REST network message. | No |