[Mono-bugs] [Bug 52123][Wis] New - could not run a Web Service client for TestService.asmx

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 17:23:02 -0500 (EST)


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 javierdiazm@yahoo.com.mx.

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

--- shadow/52123	2003-12-12 17:23:02.000000000 -0500
+++ shadow/52123.tmp.2291	2003-12-12 17:23:02.000000000 -0500
@@ -0,0 +1,76 @@
+Bug#: 52123
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: javierdiazm@yahoo.com.mx               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: could not run a Web Service client for TestService.asmx
+
+[javier@radeon test]$ mono ServiceClient.exe localhost
+Testing simple web service
+
+Unhandled Exception: System.Reflection.TargetInvocationException: Exception
+has been thrown by the target of an invocation. --->
+System.Configuration.ConfigurationException: Cannot load type
+'EncryptExtension, extensions' (node name: add)
+(/home/javier/Projects/xsp-0.8/xsp/test/ServiceClient.exe.config line 4)
+in <0x0009b> System.Web.Services.Configuration.HandlersUtil:ThrowException
+(string,System.Xml.XmlNode)
+in <0x0000d>
+System.Web.Services.Configuration.WebServicesConfigurationSectionHandler:ThrowException
+(string,System.Xml.XmlNode)
+in <0x00272>
+System.Web.Services.Configuration.WebServicesConfigurationSectionHandler:ConfigSoapExtensionTypes
+(System.Xml.XmlNode,System.Collections.ArrayList)
+in <0x00205>
+System.Web.Services.Configuration.WebServicesConfigurationSectionHandler:Create
+(object,object,System.Xml.XmlNode)
+in <0x0015e> System.Configuration.ConfigurationData:GetConfigInternal (string)
+in <0x0006b> System.Configuration.ConfigurationData:GetConfig (string)
+in <0x00025> System.Configuration.DefaultConfig:GetConfig (string)
+in <0x0003d> System.Configuration.ConfigurationSettings:GetConfig (string)
+in <0x00071> System.Web.Services.Configuration.WSConfig:get_Instance ()
+in <0x00060>
+System.Web.Services.Protocols.SoapExtension:InitializeGlobalExtensions ()
+in <0x00049> System.Web.Services.Protocols.SoapExtension:GetTypeExtensions
+(System.Type)
+in <0x0038e> System.Web.Services.Protocols.SoapTypeStubInfo:.ctor
+(System.Web.Services.Protocols.LogicalTypeInfo)
+in (unmanaged) /usr/lib/libmono.so.0 [0x4005af96]
+in (unmanaged) /usr/lib/libmono.so.0(mono_runtime_invoke+0x27) [0x400ac9fb]
+in (unmanaged) /usr/lib/libmono.so.0(mono_runtime_invoke_array+0x1d4)
+[0x400ada32]
+in (unmanaged) /usr/lib/libmono.so.0 [0x400b4322]
+in <0x0009c> System.Reflection.MonoCMethod:Invoke
+(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
+--- End of inner exception stack trace ---
+
+in <0x00103> System.Reflection.MonoCMethod:Invoke
+(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
+in <0x00022> System.Reflection.MonoCMethod:Invoke
+(System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
+in <0x0003f> System.Reflection.ConstructorInfo:Invoke (object[])
+in <0x00235> System.Activator:CreateInstance (System.Type,object[],object[])
+in <0x00028> System.Activator:CreateInstance (System.Type,object[])
+in <0x00052>
+System.Web.Services.Protocols.LogicalTypeInfo:CreateTypeStubInfo (System.Type)
+in <0x0007c> System.Web.Services.Protocols.LogicalTypeInfo:GetTypeStub (string)
+in <0x0002c> System.Web.Services.Protocols.TypeStubManager:GetTypeStub
+(System.Type,string)
+in <0x00038> System.Web.Services.Protocols.SoapHttpClientProtocol:.ctor ()
+in <0x0000a> WebServiceTest.TestServiceSoap:.ctor ()
+in <0x0004f> (wrapper remoting-invoke-with-check)
+WebServiceTest.TestServiceSoap:.ctor ()
+in <0x00045> WebServiceTest.ServiceClientTest:Main (string[])
+
+[javier@radeon test]$