A question was asked many times to me, how to embed a bi publisher report into JD Edwards. It could be very easy with PHP (or any tools that can call a web service) and you can use it in… Lire la suite ›
PHP
UPDATE : Call BI Publisher from PHP to run a report and get a PDF
The previous topic was explaining how to call BI Publisher with the first version of the API. This second version contains more parameters : <?php $theme = $_GET[‘theme’]; $soustheme = $_GET[‘soustheme’]; $lettre = $_GET[‘lettre’]; $id = $_GET[‘id’]; $wsdl = “https://<BI_PUBLISHER_SERVER>:PORT/xmlpserver/services/v2/ReportService?wsdl”;… Lire la suite ›