Transferring binary data through a SOAP webservice? C# / .NET

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-04-14T23:50:25Z Indexed on 2010/04/14 23:53 UTC
Read the original article Hit count: 242

Filed under:
|
|
|

I have a webservice that returns the binary array of an object. Is there an easier way to transfer this with SOAP or does it need to be contained in XML? It's working, but I had to increase the send and receive buffer to a large value. How much is too much?

Transferring binary in XML as an array seems really inefficient, but I can't see any way to add a binary attachment using .NET.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET