quick update:

Explicitly specifying the Action and ReplyAction Attribute makes it 
work. That's an OK workaround at least for me:

[OperationContract(Action = "Foo", ReplyAction = "FooReplay")]
void Foo();

Bug's also posted with ID 658520 by Maciej KopaƄsk

Cheers,
  Karsten


Karsten Fourmont wrote:
> Hi Atsushi,
>
> thank you for the "WCF Interface Hierarchy" fix. Works great...
> well unless you have a Microsoft.NET client and a Mono server.
> Then you get (in the Mono server):
>
> System.ServiceModel.ActionNotSupportedException: Action
> 'http://tempuri.org/IFoo/Foo' did not match any operations in the target
> contract   at
> System.ServiceModel.Dispatcher.ListenerLoopManager.FindEndpointDispatcher (
> System.ServiceModel.Channels.Message message) [0x00000] in<filename
> unknown>:0
>     at System.ServiceModel.Dispatcher.ListenerLoopManager.ProcessInput
> (IInputChan
> nel input, System.ServiceModel.Channels.Message message) [0x00000] in
> <filename
> unknown>:0
>
> It seems the naming scheme differs.
...
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to