I created asmx web service in Mono 2.4 / Linux This service is by LOB Appl Silverlight clients.
To improve perfomance, I'm looking for a way to use WCF binary protocol for data transfer (SL3 supports this in client side). Is WCF binary protocol implemented in Mono and will it interoperate with MS SL3 clients ? Andrus. References: from http://msdn.microsoft.com/en-us/library/aa751889.aspx "BinaryMessageEncodingBindingElement,the binary message encoder, uses a compact binary format and isoptimized for WCF to WCF communication, and hence is not interoperable.This is also the most performant encoder of all the encoders WCFprovides." from http://blogs.msdn.com/silverlightws/archive/2009/03/20/what-s-new-with-web-services-in-silverlight-3-beta.aspx "The interop cases is where binary should not be used (if the client istalking to a non-WCF service), since binary is a WCF-specific encoding" _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
