Hi, first thank you for the fast reply,
We have an external web application that includes in its pages Xforms created with Orbeon Form Builder and published in Form Runner.
We configured the Oracle persistence layer for persisting form data.
Till now all the environment is ok.
Now we have data from the external web app that we want to send to a new form data and save it in the Oracle database.
So, we think of using the Rest API provided by Orbeon to create the data as explained here :
http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/persistence-api by making ajax calls to the link to form data.
But, we dont know how to achieve this exactly (meaning how to build the ajax call, the request body, ...etc.). So can you please tell us if it's a good solution and how to do?
Thanks by advance