Hey everyone, I've created a form using LiveCycle designer, and have a
submit button to send XML data to my webserver.What i need is to have an XML document that I
can parse the data from and send it to my database. I've got the parsing
to database part down, but I can't figure out how to get the data from
the PDF to my application.What exactly is being sent when the button is
clicked and how? And how do I retrieve the XML?? it isn't a through a
traditional GET/POST method is it??I've attached t...