Testing Multiple Source in Orchestration or Manual

Hi All,

I am working on a complex Orchestration where i am receiving request (Request1) doing some execution.

retrieving value from DB and after that i am having Map with Multiple Source Single Destination.

i am having this map in different scope so i have assigned the Request1 to temp variable and assigning it back.

i am making sure that i am getting this value in  internal scope but when doing transform value coming from one source but not coming from Request1.

How can i debug this map ?

August 17th, 2015 3:18am

Hi Nitin,

If the message for Request1 is defined at global level then you can use it anywhere inside the orchestration.

If a scope level variable or message is defined it will only be used inside the corresponding scope and cannot be used outside scope or in other scope.

So ideally message coming at Request1 should be defined in the messages at ochestration level.

For debugging, you can put the debug point at scope and check if the values are coming in the variable that you have used.

Please indicate "Mark as Answer" or "Mark as Helpful" if this post has answered the question

Rahul

Free Windows Admin Tool Kit Click here and download it now
August 17th, 2015 3:31am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics