Special Request to (Shay Shmeltzer)->Issue while calling BIP ExternalReportWSSService by Connection
Summary:
I have registered a BIP report, whose default output is XML. My requirement is to populate the extracted XML data in ADP.
I have followed this link, but it is not working.
https://www.ateam-oracle.com/post/calling-soap-services-from-visual-builder
My approach:
1- Java Script accepting my input parameter for BIP Report.
2- Report Output will be returned as Base64 encoded.
3- Java Script will decode it and parse XML and will turn out to be an XML Object.
4- XML Object should be converted into JSON Object.
5- JSON Object should be returned to Action Chain and will populate ADP.
0