Ineroperability of Webservice arguments.

K

Kevin Burton

I have a web service that takes and returns a byte []. As
long as I have a .NET client this seems to work OK. I was
wondering if I would be better off from an interop
standpoint to change the argument and return to a base64
encoded string?

Any ideas?

Kevin
 
S

Saurabh Nandu

Hi Kevin,

internally the bytes get converted to Base64 in .NET during transmission.
For interoperablity purposes its better to use Base64 encoding. I have
worked with web serives returning images, and i use the same base64 strings
as parameters.

Reagrds,
Saurabh Nandu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,816
Latest member
SapanaCarpetStudio

Latest Threads

Top