Integration Technologies - JDE1 (MOSC)

MOSC Banner

Orchestration Input

Hi All

I've a simple orchestration to allow a third party software to update a work order status. My issue is the format of the JSON from the source system, it includes an additional "message" object which will not work with the Orchestration.

The obivious solution is to change the JSON in the thrird party software, however this is a lot more trickier that expected

If there a way to configure the Orchestration to accept the "message" object?

Required JSON input

{
 "WorkOrderNumber": 123456,
 "status": 90
}

Actual JSON input

{
   "message":{
      "WorkOrderNumber":123456,
      "status":90
   }
}


Application E1 9.2

Tool 9.2.4.6

Tagged:

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