20. While Loop - looping statement in Oracle Integration | How to use while loop in oic

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 6

  • @navazmohammad1404
    @navazmohammad1404 2 ปีที่แล้ว +1

    Well Explained Zafer, can you please make vidios on XSLT in OIC..

  • @rtripath
    @rtripath 2 ปีที่แล้ว +1

    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.

    • @foxoracleappssolutions
      @foxoracleappssolutions  2 ปีที่แล้ว

      Use switch for this scenario, put next condition inside the switch.

  • @srikanthreddy3688
    @srikanthreddy3688 2 ปีที่แล้ว +1

    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

    • @foxoracleappssolutions
      @foxoracleappssolutions  2 ปีที่แล้ว

      Check the response mapping, you forget to map arrays/repeating element