Hi
If I can make an XForm submission to a Servlet, can I make a submission to a Web Service URL for converting XML to PDF. Thanks very much for any suggestions.
ilango
|
|
how to submit the XForm to a web service URL for converting XML to PDF
Submitted by somegeek on Fri, 2008-07-18 00:52.
Hi ilango |
In general you can submit
In general you can submit part of, or all of an XForms instance to any URL. What the resource defined at the URL does with the XML that it receives is going to be application specific. If you create an set of instance data in the format that your web service is expecting and send it, then it's up to the service to act on the information passed to it.
Maybe some of the samples can give you more specific information.
Alex