On 9 Aug 2015, at 9:08 am, bruno.buzzi [via Orbeon Forms community mailing list] <ml-node+s24843n4660312h52@n4.nabble.com<mailto:ml-node+s24843n4660312h52@n4.nabble.com>> wrote:
Orbeon call the following service:
<get>
<path: '/crud/{app}/{form}/form/form.xhtml?document={document_id}'>
In my case this service answer a XML of the form instance but Orbeon show the xml directly (not html of the form).
This URL should return the form template XML not the form instance.
The document_id parameter is for versioning of the template and tells the service to return the form template version that was used when the document with the given document_id was created. If you don’t implement the template versioning then you can ignore that document_id parameter.
brian…