[Mono-bugs] [Bug 60308][Wis] New - wsdl.exe (beta 3) exception with eBay WSDL
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 15:54:54 -0400 (EDT)
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 jeffreyp@well.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60308
--- shadow/60308 2004-06-16 15:54:54.000000000 -0400
+++ shadow/60308.tmp.16205 2004-06-16 15:54:54.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 60308
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: XP
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jeffreyp@well.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: wsdl.exe (beta 3) exception with eBay WSDL
+
+Mono's wsdl.exe utility fails with an unhandled exception when attempting
+to create a client wrapper for the eBay SOAP WSDL.
+
+To reproduce the problem, run the following command line:
+
+ wsdl.exe http://developer.ebay.com/webservices/latest/eBaySvc.wsdl
+
+The following stack trace is emitted:
+
+Mono Web Services Description Language Utility
+Error: System.Web.Services.Discovery.DiscoveryException: Exception of type
+System.Web.Services.Discovery.DiscoveryException was thrown.
+in <0x0005c> System.Web.Services.Discovery.DiscoveryReference:ReportError
+(string,System.Exception)
+in <0x002f4>
+System.Web.Services.Discovery.ContractReference:ResolveInternal
+(System.Web.Services.Discovery.DiscoveryClientProtocol,System.Web.Services.Descript
+ion.ServiceDescription)
+in <0x003d6>
+System.Web.Services.Discovery.DiscoveryClientProtocol:DiscoverAny (
+string)
+in <0x0004f> (wrapper remoting-invoke-with-check)
+System.Web.Services.Discovery.
+DiscoveryClientProtocol:DiscoverAny (string)
+in <0x000e9> Mono.WebServices.Driver:Run (string[])
+
+The expected result is the creation of a class wrapper that encapsulates
+calls to the eBay SOAP API.
+
+How often does this happen?
+Consistently.
+
+Additional Information:
+Note that the eBay WSDL has changed since the last beta release of Mono. (I
+have logged a bug against Mono's wsdl.exe in the past -- this bug is new
+and applies specifically to Mono beta 3.)
+
+Also, the machine used for this has the Microsoft .NET Framework 1.1 on it
+(it has never had the 1.0 framework installed).