Query:Regarding retrieving user data from exist

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Query:Regarding retrieving user data from exist

ankur.badoni

Hi,

I have created a form with Form Builder further an instance too has been created when a user fills in the form using the Form Runner. Now, I want to retrieve the data filled by the user as an xml from exist database using an Http URL is this possible? If yes, then what is the way to do this?

If this is not feasible then what is the way to retrieve the data?

 

Regards,

Ankur Badoni

 

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.



--
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
Reply | Threaded
Open this post in threaded view
|

Re: Query:Regarding retrieving user data from exist

Erik Bruchez
Administrator
Yes, very easy. eXist has a REST interface so you can even access the  
data from your web browser, e.g.:

Published form:

http://localhost:8080/orbeon/exist/rest/db/[APPNAME]/[FORMNAME]/form/
form.xhtml

Data:
http://localhost:8080/orbeon/exist/rest/db/[APPNAME]/[FORMNAME]/data/
[DOCUMENTID]/data.xml

-Erik

On May 20, 2009, at 12:34 AM, <[hidden email]> <[hidden email]
 > wrote:

> Hi,
> I have created a form with Form Builder further an instance too has  
> been created when a user fills in the form using the Form Runner.  
> Now, I want to retrieve the data filled by the user as an xml from  
> exist database using an Http URL is this possible? If yes, then what  
> is the way to do this?
> If this is not feasible then what is the way to retrieve the data?
>
> Regards,
> Ankur Badoni
>
>
> This message is for the designated recipient only and may contain  
> privileged, proprietary, or otherwise private information. If you  
> have received it in error, please notify the sender immediately and  
> delete the original. Any other use of the email by you is prohibited.
>
>
> --
> 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