Oracle SOA 12C | REST API | REST Adapter POST Operation | JSON to XML Converstion | Database INSERT

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

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

  • @911rambo
    @911rambo 2 หลายเดือนก่อน +1

    can we do the same thing in osb 12c

    • @IntegrationGuru
      @IntegrationGuru  2 หลายเดือนก่อน

      Yes, same way. It can be done in OSB 12c

  • @venugopal-lf8lm
    @venugopal-lf8lm 3 ปีที่แล้ว +1

    its very useful

    • @IntegrationGuru
      @IntegrationGuru  3 ปีที่แล้ว

      Thanks Venu. please do watch our recent videos too .. and share your feedback 👍🏻

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

    For 11g how to transilate json from xml

  • @Sgn-mq4hd
    @Sgn-mq4hd ปีที่แล้ว +1

    REST API post operation with XML request is also same...?

  • @suvamroy9426
    @suvamroy9426 4 ปีที่แล้ว +1

    Excellent!

  • @ShayanRezvaninia
    @ShayanRezvaninia ปีที่แล้ว

    hello tnx for you excellent explenation ,How can I invoke a REST web service in Oracle SOA using Python?

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

    i WANT TRANSLATE ACTIVITY , AS JSON TO XML , HOW TO DO THAT ?

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

      We have a video on translate activity on the channel .. look for it.

  • @parmodparashar2332
    @parmodparashar2332 4 ปีที่แล้ว +1

    👌🏻👌🏻👌🏻👌🏻

  • @PradeepKumar-dz8yz
    @PradeepKumar-dz8yz 2 ปีที่แล้ว +2

    please create one video to invoke external rest servers from SOA with basic authentication

  • @MithleshKumar-qj9wr
    @MithleshKumar-qj9wr 3 ปีที่แล้ว +1

    Can you please post a video on Integrating a REST (POST ) into SOA. REST svc is authenticated with basic auth.

    • @IntegrationGuru
      @IntegrationGuru  3 ปีที่แล้ว

      Sure mithlesh, nice idea .. will do 👍🏻

  • @luckymzizi4943
    @luckymzizi4943 3 ปีที่แล้ว

    can I have same solution but with OSB instead of
    BPEL?

    • @IntegrationGuru
      @IntegrationGuru  3 ปีที่แล้ว

      Sure, however it's no different than bpel, only the orchestration logic with be different. In OSB we will need to use pipeline pair ..

    • @luckymzizi4943
      @luckymzizi4943 3 ปีที่แล้ว +1

      I've tried the solution but I'm getting empty xml structure without any data on it

    • @IntegrationGuru
      @IntegrationGuru  3 ปีที่แล้ว

      Share the code with us over email.

  • @tuanva6484
    @tuanva6484 4 ปีที่แล้ว

    How to upload file from client via mtom and route binary data to rest external service multipart, thank you

    • @IntegrationGuru
      @IntegrationGuru  4 ปีที่แล้ว

      See if this helps, docs.oracle.com/cd/E24191_01/common/tutorials/conversion_extract_mtom.html. I have also never done this exact scenario. Depends more on REST API that has been exposed than on Rest Adapter alone. Good luck..!

    • @tuanva6484
      @tuanva6484 4 ปีที่แล้ว

      @@IntegrationGuru I've done that step. But my issues is send what received at OSB to multipart REsT api 😔

    • @tuanva6484
      @tuanva6484 4 ปีที่แล้ว +1

      @@IntegrationGuru help mmeeeeeeeeeeê :((

    • @IntegrationGuru
      @IntegrationGuru  4 ปีที่แล้ว

      @@tuanva6484 Sure Tuan, kindly send us an email with your detailed issue. Email is in the description of our every video.

  • @brightstar1927
    @brightstar1927 9 หลายเดือนก่อน +1

    can we achieve this in this osb 12c

    • @IntegrationGuru
      @IntegrationGuru  9 หลายเดือนก่อน

      Yes we can .. however there is no direct translation action there so we will either need to use java code or xslt to do the translation.