Re: [Mono-dev] BasicHttpBinding issues

2010-08-12 Thread Atsushi Eno
Hello, This is sort of a correct list (mono-list may be better unless mono development is involved). I have no idea on from which this list addition occurs. This might not happen in the latest git head or daily builds (but I doubt that). If you can provide the runnable example code, I can

Re: [Mono-dev] BasicHttpBinding issues

2010-08-12 Thread Matthew Fanto
On Thu, Aug 12, 2010 at 2:06 AM, Atsushi Eno atsushi...@veritas-vos-liberabit.com wrote: I have no idea on from which this list addition occurs. This might not happen in the latest git head or daily builds (but I doubt that). If you can provide the runnable example code, I can test it on the

Re: [Mono-dev] BasicHttpBinding issues

2010-08-12 Thread Atsushi Eno
Hello, For random results, it is rather likely that 2.6 HttpTransport listener confuses between the contract service endpoint and WSDL/debug endpoint (i.e. WSDL endpoint could try to process the contract messages, or the contract endpoint may try to process WSDL requests). Explicitly

[Mono-dev] BasicHttpBinding issues

2010-08-11 Thread Matthew Fanto
Forgive me if this is the wrong list. I checked the descriptions of the various lists, and this one seemed to be the most relevant, as I'm seeing a difference between running under .NET 3.5 and Mono 2.6.7. I am attempting to create a WCF service. I've been unable to get either NetTcpBinding or