- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Thanks Jasmin. Now I could see some improvement in the process.
I gave input file as xml and invoked the process through workbench. It pops me with text area to enter xml data. Wondering why it doesn't ask for a file location for xml. I copied my xml data from the xml file I got through mail. It assigns the values to the variables only if I delete the header part of the xml (<?xml version = "1.0" encoding = "UTF-8" ?> ). Otherwise, it's not recognizing the xml fields from the file.
Why is this happenning this way? I want to give the exact xml file generated from pdf as input file to the LC process.
To give a big picture on what I want to achieve:
This is the end-to-end process I'm developing for the client. End user fills the pdf form, clicks the submit button. Click function should invoke the livecycle webservice (LC process) with the data he entered in the form (ofcourse, we will Reader Extend the form for this). LC process takes the data from web service, extracts the data, put in process variables, calls the database to query for proper record and finally put the xml file as a BLOB in the database.
So, can you suggest the best approach to go on this?
Views
Replies
Total Likes