Home › Forum › API › Archiving Form Instance Data › Re: Archiving Form Instance Data
June 5, 2012 at 8:41 pm #6134
What I am attempting to do is 1) call the GetFormInstancePDF (works great!) and 2) call an external web service I wrote, that writes incoming base64Binary data to a network drive as a pdf (also works great!).
The issue is that there is no way to store the base64Binary data for the call to my web service.
Is there another way I am not seeing?