Thanks,. I have a scenario. For a scheduled integration when you are processing in a while loop. If an error happens you want to skip processing that record and move to next. How to do that.
Hi i have one question If i give request 4. I need to response as below [ {result:1},{result:2},{result:3},{result:4}] But i got like {result:1,2,3,4} Could you please help how to do that
Well Explained Zafer, can you please make vidios on XSLT in OIC..
Sure.
Thanks,. I have a scenario. For a scheduled integration when you are processing in a while loop. If an error happens you want to skip processing that record and move to next. How to do that.
Use switch for this scenario, put next condition inside the switch.
Hi i have one question
If i give request 4. I need to response as below
[ {result:1},{result:2},{result:3},{result:4}]
But i got like {result:1,2,3,4}
Could you please help how to do that
Check the response mapping, you forget to map arrays/repeating element