Atsushi Eno-2 wrote: > > For example, some people use BinaryMessageEncodingBindingElement with > HttpTransportBindingElement, which might bring wrong (unexpected) binary > format error. >
Hi, Can you elaborate on this statement, and what the problem here might be? I'm trying to transfer large binary files over WCF between a .NET service and a Mono client, and I'm hitting the same error as the OP with my bindings set up exactly like this. Is this not a supported scenario? To give some context... I tried to use WCF Streaming, but this seems not to work in Mono. Next, I tried to use MTOM message encoding, which throws null pointer exceptions in the Mono client. Finally I tried to do this way - binary messages over HTTP; but it usually throws the same errors as the OP. Thanks in advance, Richard -- View this message in context: http://mono.1490590.n4.nabble.com/Problem-with-mono-WCF-compatibility-with-NET-tp2065368p2069323.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
