Just wondering if anyone is using .net binary web services. I know there are few experts in this forum, just wondering if you could share some input about the scenarios when it is appropriate to use them and any example articles which show how to use them, the advantages and disadvantages of using them.
Thanks.

.net binary web services.
TheRealMrT
Gorm Braarvig
I agree with Udi that if you don't need interoperability there is less motivation to use Web services. Though - One reason to go with Web services anyway is the built-in separation of contract and policy.
Arnon
FS2K
I think i meant binary XML.
http://www.webservices.org/weblog/colin_adam/getting_your_message_across_in_binary
Thanks.
Paul Gerald
not using it,
but I think there are only two things that you must take in consideration: the advantage is performance and the diadvantage is that you don't know if the receiver has the same binairy protocol
BradyGuy