https://bugzilla.novell.com/show_bug.cgi?id=656020
https://bugzilla.novell.com/show_bug.cgi?id=656020#c0 Summary: WCF REST POST POCO URI template NotImplementedException Classification: Mono Product: Mono: Class Libraries Version: 2.8.x Platform: x86-64 OS/Version: Windows 7 Status: NEW Severity: Normal Priority: P5 - None Component: WCF AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=402214) --> (http://bugzilla.novell.com/attachment.cgi?id=402214) A single shared class. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7 When passing an object in the body of a POST call, I get "Unhandled Exception: System.NotImplementedException: parameter user is not contained in the URI template blah 0 0". IHello.SayHi2 in the included code. Reproducible: Always Steps to Reproduce: 1. Compile the shared library code. 2. Compile the server and client code referencing the shared library. 3. Run the server, then client. Actual Results: Unhandled Exception: System.NotImplementedException: parameter user is not contained in the URI template blah 0 0 Expected Results: The text "Hi Joe" should have printed. Code: Shared library: http://pastebin.com/WSfiaj63 Server: http://pastebin.com/veJ9JubX Client: http://pastebin.com/jniuHsiz -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
