Connect Orbeon Xform to External Exist DB
- by user302254
I am attempting to connect a new Orbeon XForm to an existing exist db. My code should submit an xml doc to be stored in that database.
<xf:submission id="save-to-file"
method="get"
action="http://server:8081/exist/rest//test/test/inventory_sample.xml"
replace="instance" instance="data-instance"…