3.3.3.2.1.1.1.2.1 <Method>
Specifies the HTTP method mapping to Oracle Tuxedo services. This is designed to model CRUD methods (Create, Read, Update, Delete).
Table 3-5 Service Attributes
| Attribute | Description | Required |
|---|---|---|
name |
Method identifier, among GET, PUT, POST or DELETE. Any other value results in a configuration error.
|
Yes |
service |
Name of the Oracle Tuxedo service being mapped. | Yes |
inputbuffer
|
Oracle Tuxedo buffer type/optionally subtype used for input conversion. Values are the same as all existing Oracle Tuxedo buffer types. For VIEW/VIEW32 buffer types, the notion of subtype is conveyed by using the notation: {VIEW|VIEW32}/<Subtype>, for example: VIEW32/customer.
|
Yes |
reposservice |
Reference to a metadata repository entry. This is used to associate interface data with an HTTP/REST service and method. One use is for the configuration tool to generate automatic test code based on service metadata (interface).
|
No |
jsonTopLevelArray |
If it is specified to "true", when the top level data of the inbound response is an array, GWWS returns a no-name json array at top level. The default value is "false". | No |
enableRplyBuffer |
If it is specified to "true", GWWS converts the TPFAIL error buffer to json message. The default value is "false". | No |
Parent topic: <Service>