[Mono-bugs] [Bug 58777][Maj] New - wsdl.exe doesn't process eBay wsdl
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 May 2004 19:55:22 -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=58777
--- shadow/58777 2004-05-20 19:55:22.000000000 -0400
+++ shadow/58777.tmp.25825 2004-05-20 19:55:22.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 58777
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: win xp
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jeffreyp@well.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: wsdl.exe doesn't process eBay wsdl
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+The following command:
+
+ wsdl.exe http://developer.ebay.com/webservices/latest/eBaySvc.wsdl
+
+provides no output (besides the "Mono Web Services Description Language
+Utility" header), and no error message.
+
+Steps to reproduce the problem:
+1. Run the above command;
+2. Sit back and watch as nothing happens;
+3. Be sad.
+
+Actual Results:
+Nada.
+
+Expected Results:
+A lovely class wrapper should be generated.
+
+How often does this happen?
+Always.
+
+Additional Information:
+I am able to use Mono's wsdl.exe to access other WSDL content and create
+wrapper classes today. I am also able to use .NET's WSDL wrapper tools to
+consume the eBay WSDL and write code against it.