java - Integrating OBIEE with web application -
java - Integrating OBIEE with web application -
i have requirement need integrate obiee reports j2ee based web application. on going through available documentation, have understood there various ways of integration. particularly looking below 2 methods:
go-url web servicei wanted know how know web service utilize , how. also, response format of web services, can pdf or image document? want integrate using web services because want command of study document in web application , store in database or dms scheme or digitally sign before providing end user.
how know web service wsdl , pass filter parameters in web service request , specify response format of report?
you can find web services documented here: http://docs.oracle.com/cd/e28280_01/bi.1111/e16364/soa_overview.htm#babhjjac
update:
from can see, obiee web services don't back upwards export pdf/image.
if want work straight pdfs, might need @ using bi publisher (bip) instead, supports web services. bi publisher can query existing obiee analyses , rpds. can phone call bip straight within java application using available apis.
java web-services obiee
Comments
Post a Comment