Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Export xml data to web service using LCD

Avatar

Level 1

Hi Team,

We have a requirement where we are using export functionality on a button click, to export the PDF content as XML to a .NET URL. We have implemented this using Live Cycle Designer.

Now there is a change in requirement where we have to import the same XML data from PDF form to a WEB SERVICE in .NET.

Please help us with possiblities of implementing it.

Note:

1) We are aware of using the data connection to WSDL and the import/export concepts related to it. That did not help us because, we already have a data connection to XML schema in the same PDF.

2) We also treid giving the URL for the webservice in the existing export data button. That didn't help too.

Any help/guidanceon this will be very helpful to us. Thanks in advance for all your help.

Cheers,

Kavi

1 Reply

Avatar

Level 10

Hi Kavi,  You can have as many webservice data connections as you need in a PDF form as well as the XSD one, you can then bind directly to it or use the saveXML() loadXML() methods to update the XSD data connection.  There is also a Acrobat JavaScript webservice API which might suit, described in this document http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_developer_guide..., Regards Bruce