Hi all
I have build a target ws. One of its functions needs to return a file.
What is the best way of doing that ?
I have tried convert file into blob but the proxy ws "understands" that as ANY type , why ?
Any ideas ?
Thanks
Hi all
I have build a target ws. One of its functions needs to return a file.
What is the best way of doing that ?
I have tried convert file into blob but the proxy ws "understands" that as ANY type , why ?
Any ideas ?
Thanks
" any BLOB data needs to be converted to a Base64 format in order to pass through the XML schema."
What does it mean ? the functions converts a file into blob , now , it needs to get to the client … ??
How do I go from here ?
For now though - you might want to just declare your WS as returning a BYTE [ ] array and then follow Marco's processing suggestion.