Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Bad input for 'Request URL: Error while submitting REST Call

edited Mar 12, 2018 7:14AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 5 commentsAnswered ✓

Hello All,

While submitting a request to Microsoft Azure-based server, which is our downstream, we are submitting REST-API Request over 'EAI HTTP Transport, method: SendReceive".

There is a requirement where we from Siebel are sending request PUT method.

Code sample: Please note that we are passing here body in JSON format since target system accepts only in application/json format.

               var sRequestBodyTemplate =  '{"Vin": ' + '"' + Vin + '","Esn": ' + '"' + Esn + '","CaseId": ' + '"' + CaseId + '","RequestType": ' + '"' + RequestType + '"}';

                    // {"Vin": "VINX123455","Esn": "ESN1234X","CaseId": "123456","RequestType": "E"}

               //Body arguments to be passed this way.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center