The previous topic was explaining how to call BI Publisher with the first version of the API. This second version contains more parameters : $theme = $_GET[‘theme’]; $soustheme = $_GET[‘soustheme’]; $lettre = $_GET[‘lettre’]; $id = $_GET[‘id’]; $wsdl = “https://:PORT/xmlpserver/services/v2/ReportService?wsdl”; $client… Read More ›
web service
Call BI Publisher from PHP to run a report and get a PDF
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… Read More ›