Focal Point
Possibility to access webfocus server through Java API and not via WFServlet

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2441097413

January 22, 2009, 06:29 AM
Fazlina
Possibility to access webfocus server through Java API and not via WFServlet
We have a webapplication as a front end to generate webfocus reports. In this we use the WFServlet from the WFClient to interact with the webfocus server. We would like to know is there any API available to interact with the webfocus server instead of through the servlet.

Earlier response would be appreciated. Thanks in advance.
January 22, 2009, 09:09 AM
GinnyJakes
You can get an iWay Connector (it comes in a variety of flavors, ODBC, JDBC, etc.) that you could use to access the reporting server and get answers sets returned.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
January 22, 2009, 04:12 PM
Efrem
How about WebFOCUS Web Services.
This exists on the mid-tier.
Not sure if you want to bypass that.
January 22, 2009, 09:33 PM
dhagen
If you don't mind me being curious, could you share why you would like to bypass the servlet?


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
January 22, 2009, 11:43 PM
Fazlina
Efrem,
Thanks, actually we want to expose our reports as Webservice only, Can you please throw more light on Webfocus Web Services.
Does this also uses WFServlet ?
January 23, 2009, 01:15 AM
Efrem
WebFOCUS Web Services is built as part of the WebFOCUS client. The documentation can be downloaded from docservices.ibi.com . Usually customers use WebFOCUS Web Services when integration WebFOCUS in their own application built in tools like .NET or Java. Running WebFOCUS reports seems to be what customers are using the most. You would have the ability of making a WebFOCUS Report its own Web Service function or call a WebFOCUS report passing parameters to a generic Web Service function.
It DOES NOT bypass the WebFOCUS Client to get to the Reporting Server.
Hope this helps.