I'm attempting to use the WebI ReportEngine SDK (AKA RENET) to change the Universe that is assigned to a WebIntelligence (WebI) rpeort.
Much research led me to the changeDataSource() method (exposed by the Java version of the SDK, AKA REBean). Unfortunately, the changeDataSource() method isn’t available in the .Net version of the WebI ReportEngine SDK (AKA RENET). In fact, there doesn't appear to be a way to do this simple task in the .Net version of the SDK.
My plan is to write a simple Java/JSP XmlWebService with a single method that wraps the REBean's changeDataSource() method, then reference the WebService in my .Net application.
Unfortunately, I don't have a lot of experience with the requirements of a Java/JSP XmlWebService. My assumption is that I need a dedicated box to run Tomcat as not to interfere with IIS. What software 'stack' do I need to get this working?
Is there a better alternative?
Any thoughts are greatly appreciated.