[Mono-bugs] [Bug 667054] Soap WebServices stopped working in Preview 11 when using Async

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 11 15:50:20 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=667054

https://bugzilla.novell.com/show_bug.cgi?id=667054#c4


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|mono-bugs at lists.ximian.com  |jbevain at novell.com

--- Comment #4 from Jonathan Pryor <jpryor at novell.com> 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.


More information about the mono-bugs mailing list