Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Delphi client via SOAP or RESTful Protocol
Shamil
<p>Hello!</p>
<p>Is it possible and how Delphi client via SOAP or RESTful Protocol to receive a report from BIRT iHub server?</p>
Find more posts tagged with
Comments
Virgil Dodson
<p>You can control BIRT report execution and display with several APIs.</p>
<p> </p>
<p>On this page at <a data-ipb='nomediaparse' href='
http://developer.actuate.com/be/documentation/ihub3-dev/AIG-main/index.html#page/aig/about-AIG.html'>http://developer.actuate.com/be/documentation/ihub3-dev/AIG-main/index.html#page/aig/about-AIG.html</a></p>
;
<p>you will find information about several APIs that exist in the BIRT iHub server</p>
<p> </p>
<p>The JavaScript API allows you to integrate BIRT reports (or parts of reports) into any page that supports JavaScript</p>
<p> </p>
<p>The Information Delivery API allows you to control the server using SOAP messages, like running or scheduling a report that may not need to be rendered at this time</p>
<p> </p>
<p>A new REST API is not mentioned on that page... but it is available once you download and try the BIRT iHub F-Type. Once installed, a complete interactive API doc can be found at <a data-ipb='nomediaparse' href='
http://localhost:5000/ihub/v1/ihubrestdocs/'>http://localhost:5000/ihub/v1/ihubrestdocs/</a></p>
;
Virgil Dodson
<p>I guess I'm getting ahead of myself...
The BIRT iHub F-Type that contains the new REST API is introduced in version 3.1 and will be available on the site in the next week or so.</p>