JMS Service to REST Service conversion - Siebel upgrade
Hi,
We are upgrading from IP15.16 to IP17. As part of upgrade we also want to start using REST services with JSON as Content-Type.
Would like your inputs on below questions:
a) Currently we call Workflow when there is a JMS inbound request (configuration in Profile Configuration). Since, Siebel cannot call Workflow directly, we are planning to use Business Service to invoke existing Workflows with REST. Is this the right approach to Business Service?
Example: URI: http://ServerName:port/siebel/v1.0/service/Account/CreateAccount
b) Today with JMS inbound request, we use below Business Service to convert the message:
BS: 'Transcode Service' , Method: 'Convert': Properties: 'ConversionMode'='StringToEncoding', 'TargetEncoding'='UTF-8'