how do i invoke a web service using xforms and how do i take the inputs from the user at run time for the web service.
-- 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 |
Hi,
[hidden email] schrieb: > how do i invoke a web service using xforms and how do i take the inputs from the user at run time for the web service. maybe this is what you're looking for: http://www.orbeon.com/ops/doc/integration-webservices HTH florian -- 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 |
hi
i've already gone through these documents. please tell me some other way.. Thanks & Regards, Arpita Nagpal Center of Excellence - SOA Group L &T Infotech Limited Gate no. - 5, Technology Center , 4th Floor - West side Powai. Mumbai 400 072. Direct: +91-22-6776-7196 Email:[hidden email] Larsen & Toubro Infotech Ltd. www.Lntinfotech.com This Document is classified as: |------| | [X] | |------|L&T Infotech Proprietary |------| | [ ] | |------|L&T Infotech Confidential |------| | [ ] | |------| L&T Infotech Internal Use Only |------| | [ ] | |------|L&T Infotech General Business This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. ______________________________________________________________________ -- 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 |
Administrator
|
In reply to this post by arpita
Arpita,
Your question is a bit generic, but with Orbeon Forms, you can call Web Services in at least two ways: 1. Using the oxf:delegation processor: http://www.orbeon.com/ops/doc/processors-delegation#web-service 2. Calling the Web Service directly from XForms, as XForms 1.1 has some SOAP support included: http://www.w3.org/TR/xforms11/#SOAP For simplicity reasons, I would recommend, at least at first, using option #2, that is calling the service directly from XForms. This allows you to easily set parameters with XForms controls and/or actions. -Erik On Dec 18, 2007, at 2:53 AM, [hidden email] wrote: > how do i invoke a web service using xforms and how do i take the > inputs from the user at run time for the web service. > > -- > 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 -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.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 |
hi,
i've tried invoking a web service using oxf:delegation processor (document style). this code i've written in service.xpl file which is calling the service and i'm calling the .xpl file in the view.xhtml. the problem is i need to take the two inputs from the user during runtime. when i enter the two inputs in the form n hit the button i'm getting this error: Condition failed for every branch of choose: [(/request/request-path = '/xforms-server-submit'), (/request/request-path = '/xforms-MY APPLICATION NAME/')] Thanks & Regards, Arpita Nagpal Center of Excellence - SOA Group L &T Infotech Limited Gate no. - 5, Technology Center , 4th Floor - West side Powai. Mumbai 400 072. Direct: +91-22-6776-7196 Email:[hidden email] Larsen & Toubro Infotech Ltd. www.Lntinfotech.com This Document is classified as: |------| | [X] | |------|L&T Infotech Proprietary |------| | [ ] | |------|L&T Infotech Confidential |------| | [ ] | |------| L&T Infotech Internal Use Only |------| | [ ] | |------|L&T Infotech General Business This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. ______________________________________________________________________ -- 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 |