Announcing a new experience for the Oracle Analytics community coming April 4th!
This category will be read-only as we migrate this space from 3/30-4/4, after which you’ll be able to post as usual. See you there!
Generating an XML Publisher Report from java without submitting concurrent request
Content
I am trying to generate an XML Publisher document without submitting a concurrent request. So, from java - trying to call the java APIs to call a data template to generate the XML, then call the API to merge with the data template and create the required output (PDF in this case).
Has anyone done this and if so - can you provide some sample code to get me started? From the developer's guide, it looks like this is possible using "BI Publisher Java APIs" - so trying to do a quick proof of concept to see if this will provide any advantages over going through the concurrent manager.