Siebel REST in IP2016: how to read data from HTTP request and send response in JSON format?
Dears,
We are using Siebel IP2016 (patch set 11) and we need to integrate it with external systems using REST.
In order to achieve this, we would like to build an "interface" as much "generic" as possible and for that we would:
- read the incoming REST (or HTTP) request (with GET, POST, etc...) using a custom BS (or WF, or...)
- perform all necessary actions (query, insert, upsert, etc..) using custom objects (BS, WF, etc...)
- send the response to the external system in JSON format
Do you know whether such a kind of solution is something that can be done with Siebel REST?