Hi All,
We have a requirement to convert PDF ( 6 pages) document into its equivalent XML. This interface is as part of migrating from SAP PI dual stack to SAP PO single stack.
In SAP PI dual stack, the existing code is written by using ABAP mapping where the input is PDF and out put is its equivalent XML. The ABAP mapping has steps to instantiate the variables ( PDF and XML) and calling the Adobe Document Service and return the XML.
While calling the Adobe document services, the call is using a RFC destination of type G and PDF object. This RFC destination has server, port and url.
PI Server : XXXXXX
Port :50000
URL : /AdobeDocumentServices/Config?style=rpc
At the end of the call, we are getting XML equivalent of PDF.
Now, the challenge is to replicate the set up by Graphical / Java Mapping / UDF.
Also, If there are any pointers to call ADS from sAP PO, kindly point me towards the same.
Thanks
Subbu