Apologies for multiple postings. I think I'm now nearly there. I just have one issue
send(uri="
http://localhost:52524/Orbeon/OrbeonTest?orbeonid={xxf:instance('fr-parameters-instance')//document}&linkid={.//linkid}", method="POST", content="pdf-url")
Using the above send I send the pdf url to my remote web service. This recieves it correctly which is great and then tries to use a .net webclient to download the file but the file is empty. I think from reading this is because it doesn't have the orbeon session cookie. My question is how do I get round this?
Justin