[Mono-bugs] [Bug 658520] Problem with calling inherited methods on WCF Service hosted on Linux
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Dec 18 11:45:24 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=658520
https://bugzilla.novell.com/show_bug.cgi?id=658520#c1
Karsten Fourmont <fourmont at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fourmont at gmx.de
--- Comment #1 from Karsten Fourmont <fourmont at gmx.de> 2010-12-18 16:45:23 UTC ---
I have the same issue. For the record:
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();
See also ml thread "WCF Interface Hierarchy"
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list