Hi everyone, glad to be here.
I'm currently working on a web app which is based on WebServices from Dynamics NAV 2013 R2. Basic data works great, I don't have any problems. But...
I've created CodeUnit to save Reports as PDF (REPORT.SAVEASPDF method) and now I would like to download them from my ASP .NET MVC application. And this is my question - is it possible to transmit (maybe binary?) PDF file through SOAP service and use whole web service as typical server response?
0
Comments