[Mono-bugs] [Bug 60308][Wis] Changed - wsdl.exe (beta 3) exception with eBay WSDL

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 01:18:03 -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 miguel@ximian.com.

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

--- shadow/60308	2004-06-16 15:54:54.000000000 -0400
+++ shadow/60308.tmp.6832	2004-06-17 01:18:03.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 60308
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: XP
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web.Services
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jeffreyp@well.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,16 @@
 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).
+
+------- Additional Comments From miguel@ximian.com  2004-06-17 01:18 -------
+This worked for me using the Mono runtime.
+
+To run wsdl with the Mono runtime, you should do:
+
+mono wsdl.exe
+
+I think that this might be our wsdl tool using different internals
+than the MS tool on the SOAP stack.