Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Create Report using Webservices

Received Response
192
Views
8
Comments

Summary

Create Report using Webservices

Content

Dear Team,

Apologies for my ignorance.

I am an ADF developer working with fusion integration's.I have used Bi Report webservices(ExternalReportWSSService) to Run Report through webservices in ADF and able to view the Output!

Now I have an requirement to Create Report in Oracle BI publisher where the same ExternalReportWSSService Provides me a method CreateReport with below parameters

<v2:createReport>

<v2:reportName>?</v2:reportName>

<v2:folderAbsolutePathURL>?</v2:folderAbsolutePathURL>

<v2:dataModelURL>?</v2:dataModelURL>

<v2:templateFileName>?</v2:templateFileName>

<v2:templateData>cid:249928210822</v2:templateData>

<v2:XLIFFFileName>?</v2:XLIFFFileName>

<v2:XLIFFData>cid:1421942907369</v2:XLIFFData>

</v2:createReport>

I just need to Know how data model can be created in Bi Report to achieve my Requirement. (if Possible Steps to create Data model where it accepts Data from Webserice XliffData)

and any XLIFFDATA Template/samples

for Ex:I just want to Create a Bi Report of showing a Empno and Empname

1)is it possible to create report through webservice(hopefully yes from above Webservies)

2)how data model can be created to achieve my requirement?

3)how Xliffdata should be framed?

Thanks in Advance

Vikram

Answers