Part#2 OIC Integration libraries : How to Build a simple OIC Integration library using JavaScript

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 8

  • @BEENUMLEARNING
    @BEENUMLEARNING  2 роки тому

    Have you liked any of our content and thinking about Thanking us? Then you can thank us / donate us with below links
    buymeacoffee: www.buymeacoffee.com/beenumlearning
    PayPal: paypal.me/beenumlearning
    Below are the links for the courses created by us
    Learn Integration in Oracle Integration:
    www.udemy.com/course/learn-integration-in-oracle-integration-oic-from-scratch/?referralCode=A378D1F90CFDA29998D4
    Learn B2B for Oracle Integration:
    www.udemy.com/course/b2b-for-oracle-integration-training-for-beginners/?referralCode=A046790B230F8E7B2648
    Learn Insight in Oracle Integration:
    www.udemy.com/course/insight-in-oracle-integration-oic/?referralCode=6E554C8689FC329746A0

  • @leewook4601
    @leewook4601 2 роки тому

    Thanks for sharing this video!!
    can we handle file related operations in the js library?
    is it possible to import a file in the js library or take it as an input... which is previously created by write file stage operation and then do the transformation to file and pass as an output...
    thanks in advance!

    • @BEENUMLEARNING
      @BEENUMLEARNING  2 роки тому +1

      Yes possible

    • @leewook4601
      @leewook4601 2 роки тому

      so do we have to pass file references as an input?

    • @BEENUMLEARNING
      @BEENUMLEARNING  2 роки тому +1

      Reference might not work I believe, try with binary i.e. base64 content type and then try to do transformations with javascript. If you want use any js libraries then that also you may do as shown in below video
      ua-cam.com/video/d71ayo1MAso/v-deo.html
      Please subscribe the channel if you have not subscribed and share this channel with your colleagues and friends

    • @leewook4601
      @leewook4601 2 роки тому

      Sure sir,
      will try.
      thanks for the response!! :-)

  • @jersonmorocho18
    @jersonmorocho18 2 роки тому

    Hi, Can I use an NPM package to do more complex things?

    • @BEENUMLEARNING
      @BEENUMLEARNING  2 роки тому

      Hello, You may have a look at this ua-cam.com/video/d71ayo1MAso/v-deo.html . Not sure about NPM packages.