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.