Hi,
I have an website that call orbeon forms to gather data. When a user clicks send on orbeon forms it saves the form and then navigates back to my website and passes it the document id and another field called linkid.
The properties are as follows
property as="xs:string" name="oxf.fr.detail.buttons.*.*" value="send pdf summary"/>
<property as="xs:string" name="oxf.fr.detail.process.send.DPUK.*"> require-valid then save then navigate(uri="
http://localhost:62013/Review/OrbeonTest?orbeonid={xxf:instance('fr-parameters-instance')//document}&linkid={.//linkid}")</property>
From my website I would like to use the document ID to get the pdf.
In theory I would navigate to an address like this
http://localhost:8080/Orbeon/fr/service/DPUK/Stage1/pdf/0ba03a9a08a5a2f943c78c8ffa5c5afa732394f9/a3bf7264aac151c65638e6b9a84139125722a2bf.pdfHowever although I know the first guid which is the document id I don't know the second which has .pdf on the end. Can you advice how I can get a copy of the pdf from my external website.
Cheers