cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the XML file from Offline Adobe submittion

Former Member
0 Kudos

Hi,

I'm trying to retrieve the XML format content on the webservice or server side when i hit Submit on the form. Right now i get the data.

I also wat the XML file. I want to store them in a databse. How can i retrieve the file please let me know.

Is there a java script on the adobe(client-side) that i can send the XML and fetch it on the server/webservice side. Please let me know.

Thank you

Vinod

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hello Vinod,

You need to call the ADS and have it extract the XML for you. This can be achieved using the IF_FP* and CL_FP_* interfaces and classes. Samples of using these APIs can be found in the FP_PDF_* and FP_TEST_* reports.

Best regards,

Thomas