cancel
Showing results for 
Search instead for 
Did you mean: 

How to get webi SQL statement using .net SDK

Former Member
0 Kudos

Dear All,

Is there a way to get the webi sql statement using .net SDK?

I know it is possible by using java sdk, i checked below links.

But we want to using .net SDK, is anyone know how to

By the way, our requirement are get the universes name and tables name for webi.

etc. we want list webi report name, universes name, tables name.

Maybe there is an easy way to get this info? could you please provide some guidance? 

thanks in advance.

regards,

warrick.

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

Assuming that you're on version 4.x, you would use the RESTful Web Services to get this information.  The ReportEngine SDK is no longer available for .NET in 4.x and much of it has been deprecated for Java.

The beauty of the RESTful Web Services SDK is that you don't have to install anything on the developer workstation or when deploying your app to use it.  It uses HTTP Get and Post commands and returns the data in XML.

For more information on using this, see here: 

-Dell

Former Member
0 Kudos

Thanks Dell. it is worked.

Answers (0)