Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
How to send xform created in formbuilder to a webservice through the action/service
tabs provided in Formbuilder. I am using FormBuilder to create a Form. Then I need to send the whole form to a webservice. When use the Action tab, I can send control elements selected from drop down to the webservice. Is there any to post all the fields of the form or how to send whole document to a webservice. And how can I read those elements in my webservice. Are these available in request object calling the webservice, how can I get them I will appreciate any help -lak |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
|
Lak,
By default Form Runner sends the form through the persistence layer API. This is documented here: http://wiki.orbeon.com/forms/doc/contributor-guide/form-builder-integration-notes#TOC-Persistence-API So this could be an integration point: instead of using the built-in eXist or Oracle persistence layer implementations, you could write your own as per that API. It is pretty much a matter of implementing GET/PUT/DELETE and a search functionality if you need it. To save, you only need PUT. You can implement your persistence layer in any technology you want. Other than that, just right now we are missing a simple feature that says just "submit this form to that URL". But it could be implemented. -Erik On Mon, Dec 14, 2009 at 11:28 AM, lak <[hidden email]> wrote: > > How to send xform created in formbuilder to a webservice through the > action/service > tabs provided in Formbuilder. > I am using FormBuilder to create a Form. Then I need to send the whole form > to a webservice. When use the Action tab, I can send control elements > selected > from drop down to the webservice. Is there any to post all the fields of > the form or > how to send whole document to a webservice. And how can I read those > elements in my > webservice. Are these available in request object calling the webservice, > how can I get them > > I will appreciate any help > -lak > -- > View this message in context: http://n4.nabble.com/Webservice-call-from-Formbuilder-tp963806p963806.html > Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > ... [show rest of quote] ... [show rest of quote] -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |