I have searched some topics related to PDF Form data export by using ASP.NET. However, I am not familiar with the procedures of using ASP.NET to export PDF Form data (Since I am new to LC). I would like to share my works to all of you and seek for advices. Thank you.
- I created PDF Form using LC Deigner and save it as Dynamic XML Form (*.pdf).
- The PDF form is converted into extended PDF Form using LC Reader Extensions so that user with Adobe Reader can fill and save the form data.
- User will upload the completed PDF form to the web system. The system will be hosted under MIcrosoft IIS. So, we need to use ASP.NET create a web interface that allows user to upload the form.
- Export PDF Form data and store it into SQL Server Database.
I have read the Adobe Guides: http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?con tent=000720.html but I do not understand the exact procedures of doing this by using ASP.NET.
Is it I only have to create ASP.NET Web Application
and then Add Service Reference is OK?
Also, the guide mentions
Create a FormDataIntegrationClient.Endpoint.Address object by using the System.ServiceModel.EndpointAddress constructor. Pass a string value that specifies the WSDL to the LiveCycle ES2.5 service (for example, http://localhost:8080/soap/services/FormDataIntegration?blob=mtom.)
However, I found that there is a 404 error for the URL: http://localhost:8080/soap/services/FormDataIntegration?blob=mtom
Can anyone help me to solve these problems? Thank you very much.