I'm trying to get a laserfiche workflow to run an SSRS report and email the pdf file generated. I've tested My HTTP GET URL sends me the pdf file as a download. When I put this URI into the HTTP Web Request, and test it the response comes back with Response Status 302 and the content is :
'Object Moved' with a link to my pdf report.
Anyone seen this and know how I can receive the file rather than the redirect?
Any other suggestions for starting ssrs reports also welcome!
Thanks