Integration Technologies - JDE1 (MOSC)

MOSC Banner

Orchestration Nested Payload

edited May 27, 2020 5:10AM in Integration Technologies - JDE1 (MOSC) 5 commentsAnswered

Hi

Using Orchestrator Studio 9.2.4, how can we design an orchestration to generate an input in following format.

I know, in Orchestration Input, we can define an array but we do not have an ability to define an array inside an array. So how can we achieve below format ?

In our case, JDE Orchestration object will be called from external system and the content type is going to be 'application/json'.

Please let me know.

{

"List": [

         {

               "var1":"value1",      "var2":"value2",

                "NestedList": [

                                        {

                                            "nlvar1":"nlvalue1",         "n1var2":"nlvalue2

                                         },

                                        {

                                            "nlvar1":"nlvalue1",          "n1var2":"nlvalue2

                                         }

                                       ]

           },

          {

                "var1":"value1",       "var2":"value2",

                "NestedList": [

                                        {

                                            "nlvar1":"nlvalue1",        "n1var2":"nlvalue2

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