Hi experts!
We have the idea to send files (for example pdf's) to a 3rd party web service. It should be possible to retrieve the files in a similar way. As far as I understand the file should be included in the Soap message, inside of a cdata section.
The question: How to encode the file into the cdata section while sending and how to decode it from the cdata section when receiving?
Thanks in advance
Thomas
0
Answers
Here is an example.
http://www.kauffmann.nl/blog/index.php/ ... b-service/
and another example
http://blogs.msdn.com/b/freddyk/archive ... vices.aspx
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Base64 was the missing search word. Thanks a lot, I'll give it a try.
Regards
Thomas