I would like to use binary format in Web Services in place of XML. How do I
do it, so it acts almost like I am using .NET Remoting?
You can have one of the parameters of a web methods as byte[] datatype,
which will be serialized as base64 i.e. binary data.
Hope it helps.
>I would like to use binary format in Web Services in place of XML. How do I
> do it, so it acts almost like I am using .NET Remoting?