https://bugzilla.novell.com/show_bug.cgi?id=667054
https://bugzilla.novell.com/show_bug.cgi?id=667054#c4 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] --- Comment #4 from Jonathan Pryor <[email protected]> 2011-03-11 20:50:19 UTC --- This is a linker bug. Disable linking, and it works. Of course, that's not a terribly satisfying answer (gigantic .apk's FTL!)... For those playing along at home, the problem is in System.Web.Services/System.Web.Services.Protocols/SoapHttpClientProtocol.cs!BeginInvoke(), which calls type_info.GetMethod(methodName), which returns null, triggering a NullReferenceException when accessing message.MethodStubInfo.Headers. Result: the call is never started. -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
