how to call BI report in OIC | OIC integration to call BI report

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

КОМЕНТАРІ • 49

  • @sayeed321in
    @sayeed321in Рік тому +1

    You have explained the concepts so clear like a Pro.. Thank you for sharing the knowledge.

  • @dhirajsinha4869
    @dhirajsinha4869 Рік тому +1

    Good explanation. Keep it up and make more video with LOV Parameter.

  • @CR1985-mb1
    @CR1985-mb1 Рік тому +2

    Good explanation. Keep it up.

  • @Chandreshsharma1
    @Chandreshsharma1 Рік тому +1

    Nice videos Sir.

  • @safar70
    @safar70 Рік тому +1

    Thanks for this video👍

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

    Excellent , Nice end to end video

  • @JohnPhilipEspia
    @JohnPhilipEspia Рік тому +1

    Thank you!

  • @Aishwarya-hq2bx
    @Aishwarya-hq2bx Рік тому

    what is the need of REST service you can directly use soap adapter only to call the report and map the data right?

  • @SOUMIKGHOSHsoghosh4
    @SOUMIKGHOSHsoghosh4 Рік тому +2

    By any change can you please share the resources you used as prerequisites. This will help us to build the similar hands-on.

  • @omarmcf
    @omarmcf Рік тому +2

    Hello i didn't understand how you create the WSDL URL for the SOAP connection, can you please make more light on that ?

    • @foxoracleappssolutions
      @foxoracleappssolutions  Рік тому

      For calling the BI report, we required SOAp webseries.
      So that WSDL link is the SOAP API to call bi report.

  • @VibeTribe786
    @VibeTribe786 Рік тому +1

    Is that WSDL link same for every soap invoke connection , and second question is:
    you added that Googled WSDL to your fusion URL right, so we have to add the WSDL to the URL of the instance we use, in your case it's fusion. Am I right 🤔 plz give clear explanation

    • @foxoracleappssolutions
      @foxoracleappssolutions  Рік тому

      Yes, its true that on which fusion instance you have to perform operation you need to add that url only.
      Yes, for BI Report call, WSDL is same.
      for different-different transaction, WSDL will be different, like for creating purchase order we have different WSDL.

    • @TM-rc5xb
      @TM-rc5xb 29 днів тому

      @@foxoracleappssolutions can you explain how to fix this error? I followed same steps n when I add write/read stage steps into my integration, I get this error - "Error Message
      Error while translating message to the mentioned format.
      ,detail=: XML-20108: (Fatal Error) Start of root element expected.}
      cause: {: XML-20108: (Fatal Error) Start of root element expected.}"
      Without read/write stage, if I just generate encoded base64 output, Integration succeeds but not this way when I try to decode n get the output

  • @chandrakanth1335
    @chandrakanth1335 Рік тому

    Hi sir, thankyou for your explanation.
    I have two queries.
    First regarding the output paylod. why did add the columns twice ??
    Second one I have added the WSDL link to the fusion URL but it is not working

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

    Nice

  • @AlanaHarmon-s6u
    @AlanaHarmon-s6u Місяць тому

    I don't have a SCHEDULE on the MORE dropdown for the location.

  • @atchutapss4341
    @atchutapss4341 7 місяців тому +1

    I didn't see any explains the concepts. I need concepts, please share any video if you have

  • @Aishwarya-hq2bx
    @Aishwarya-hq2bx Рік тому

    How do you decide when to use soap and when to use rest servives?

  • @romanticvideos9134
    @romanticvideos9134 11 місяців тому

    hi what is use of
    "sizeOfdatachunkDownload" "-1" ?
    can you explain Sir.

  • @memories139
    @memories139 Рік тому +1

    Is it possible to call invoice data BIP report using oic and create in fusion again

    • @foxoracleappssolutions
      @foxoracleappssolutions  Рік тому

      Yes,
      Call bi report to get data, and then use REST api to create invoice.

    • @siddheshtawde4410
      @siddheshtawde4410 Рік тому +1

      @@foxoracleappssolutions do you have any video or tutorials for same requirements..

    • @foxoracleappssolutions
      @foxoracleappssolutions  Рік тому

      Please check this for creating AP invoice using REST api
      ua-cam.com/video/QubRuWVk2oY/v-deo.html

  • @MuddasserQureshi-hu5hu
    @MuddasserQureshi-hu5hu 6 місяців тому +1

    can you plz mention the link of header, line and propertise file

  • @TM-rc5xb
    @TM-rc5xb 29 днів тому

    Anyone explain how to fix this error? I followed same steps n when I add write/read stage steps into my integration, I get this error - "Error Message
    Error while translating message to the mentioned format.
    ,detail=<Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.}
    cause: {: XML-20108: (Fatal Error) Start of root element expected.}"

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

    I am having below error on readstage file action : ,detail=<Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.}
    cause: {: XML-20108: (Fatal Error) Start of root element expected.}
    I am stuck please help. I configure filename and directory was you mention in your video and use reference in readfile activity. and add xsd file. Please guide

  • @soumyamallick80
    @soumyamallick80 3 місяці тому

    how to invoke bi report with no parameters from oic

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

    how to access more than 10 mb data from bip reports in oic

  • @webdevtutorials6579
    @webdevtutorials6579 Рік тому +1

    i dont understand why did you use POST for the rest connection, why not GET, you said we're going to use POST as we're going to post data, idk what you mean by that