how to submit the XForm to a web service URL for converting XML to PDF

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.