book
Article ID: KB0073937
calendar_today
Updated On:
Description
The published REST Web Services, by default, prepend the "Composite Service Name" as the JSON Package Name in their Operations responses in TIBCO Data Virtualization (TDV).
In the below example, "TestingRestServices" is the "Composite Service Name".
{"TestingRestServices.orderdetailsResponse": {"TestingRestServices.orderdetailsOutput": {"TestingRestServices.row":[ {"TestingRestServices.orderdetailid":1, "TestingRestServices.orderid":2, "TestingRestServices.productid":1, "TestingRestServices.quantity":3, "TestingRestServices.unitprice":89.99, "TestingRestServices.status":"open", "TestingRestServices.discount":0.10},
Note: The 'JSON Package Name' prepends to each element within the response record.
Issue/Introduction
How to remove 'JSON Package Name' in the REST Web Service response in TIBCO Data Virtualization?