[Mono-bugs] [Bug 75019][Nor] Changed - Unable to generate valid client proxy with wsdl

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 25 12:07:48 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by janne.rantala at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75019

--- shadow/75019	2005-12-07 15:50:45.000000000 -0500
+++ shadow/75019.tmp.2535	2006-01-25 12:07:48.000000000 -0500
@@ -452,6 +452,78 @@
 and the server?
 
 ------- Additional Comments From kjell.risholm at hjemme.no  2005-12-07 15:50 -------
 Created an attachment (id=16186)
 Attached Ethereal capture of message exchange
 
+
+------- Additional Comments From janne.rantala at gmail.com  2006-01-25 12:07 -------
+Hi,
+
+What's the situation with this bug? I've been trying to access web
+service written with VS2005 from embedded mono, but keep getting this
+error every time:
+
+Unhandled Exception: System.Reflection.TargetInvocationException:
+Exception has
+been thrown by the target of an invocation. --->
+System.NullReferenceException:
+Object reference not set to an instance of an object
+in <0x0004c>
+System.Web.Services.Protocols.SoapExtension:InitializeGlobalExtensi
+ons ()
+in <0x00038>
+System.Web.Services.Protocols.SoapExtension:GetTypeExtensions (Syst
+em.Type serviceType)
+in <0x00369> System.Web.Services.Protocols.SoapTypeStubInfo:.ctor
+(System.Web.Se
+rvices.Protocols.LogicalTypeInfo logicalTypeInfo)
+in <0x00000> <unknown method>
+in (wrapper managed-to-native)
+System.Reflection.MonoCMethod:InternalInvoke (obj
+ect,object[])
+in <0x0008d> System.Reflection.MonoCMethod:Invoke (System.Object obj,
+BindingFla
+gs invokeAttr, System.Reflection.Binder binder, System.Object[]
+parameters, Syst
+em.Globalization.CultureInfo culture)--- End of inner exception stack
+trace ---
+
+in <0x0010e> System.Reflection.MonoCMethod:Invoke (System.Object obj,
+BindingFla
+gs invokeAttr, System.Reflection.Binder binder, System.Object[]
+parameters, Syst
+em.Globalization.CultureInfo culture)
+in <0x0001c> System.Reflection.MonoCMethod:Invoke (BindingFlags
+invokeAttr, Syst
+em.Reflection.Binder binder, System.Object[] parameters,
+System.Globalization.Cu
+ltureInfo culture)
+in <0x00249> System.Activator:CreateInstance (System.Type type,
+BindingFlags bin
+dingAttr, System.Reflection.Binder binder, System.Object[] args,
+System.Globaliz
+ation.CultureInfo culture, System.Object[] activationAttributes)
+in <0x00024> System.Activator:CreateInstance (System.Type type,
+System.Object[]
+args, System.Object[] activationAttributes)
+in <0x00020> System.Activator:CreateInstance (System.Type type,
+System.Object[]
+args)
+in <0x0003d>
+System.Web.Services.Protocols.LogicalTypeInfo:CreateTypeStubInfo (S
+ystem.Type type)
+in <0x00056> System.Web.Services.Protocols.LogicalTypeInfo:GetTypeStub
+(System.S
+tring protocolName)
+in <0x0001b> System.Web.Services.Protocols.TypeStubManager:GetTypeStub
+(System.T
+ype t, System.String protocolName)
+in <0x00023> System.Web.Services.Protocols.SoapHttpClientProtocol:.ctor ()
+in <0x00013>
+AssemblyTest.net.xmethods.www.CurrencyExchangeService:.ctor ()
+in (wrapper remoting-invoke-with-check)
+AssemblyTest.net.xmethods.www.CurrencyEx
+changeService:.ctor ()
+in <0x00070> Embed.MyType:.ctor ()
+
+It seems that this bug is related with the error I keep getting?


More information about the mono-bugs mailing list