[Mono-list] Problem with mono WCF (compatibility with .NET ??)

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Wed Apr 28 11:36:53 EDT 2010


What I meant is, there are couple of ways to use HTTP transport and no 
one can exactly tell what is the cause of the problem you are seeing. 
The problem is that there is no actual code that would precisely point 
out what is the problem. Your words don't tell it enough, but your code 
will tell.

Atsushi Eno


On 2010/04/28 23:42, thenextman wrote:
>
> 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
>    



More information about the Mono-list mailing list