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.

posting to web service

Looks like the Amazon book search sample would be a good example. Unfortunately, I cannot find the source code.

I checked the samples as

I checked the samples as well. The source code link is giving a 404 error.

Perhaps this article can show you how.
http://atmospera.com/2009/10/22/use-xforms-to-send-and-receive-web-services-messages/

I was successfully able to post to a web service following this advice.

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

Given those examples that

Given those examples that Alex provided, I had some good luck with them. A bit late to the party. I digress.

Comment viewing options

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