[Mono-bugs] [Bug 65064][Maj] Changed - wsdl tool failed to generate proxy xlasses when wsdl file contain a schema URL
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Sep 2004 11:27:13 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65064
--- shadow/65064 2004-09-01 12:21:19.000000000 -0400
+++ shadow/65064.tmp.28924 2004-09-03 11:27:13.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 65064
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: Fedora Core
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Web.Services
AssignedTo: mono-bugs@ximian.com
ReportedBy: bijuarjunan@lycos.com
QAContact: mono-bugs@ximian.com
@@ -74,6 +74,25 @@
Contributors. www.go-mono.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV : normal
Globalization: ICU
+
+------- Additional Comments From lluis@ximian.com 2004-09-03 11:27 -------
+I can now generate the proxy with current CVS. This required two fixes:
+- Support generation of a proxy from a wsdl document that does not
+have <servivce> entries. I didn't know that this was possible but MS
+supports it.
+- Support nested inclusion of schemas. Our schema implementation
+didn't allow this, but looks like MS.NET does.
+
+I haven't found any problem related to schema inclusion, but maybe it
+was related to a bug that was recently fixed in CVS.
+
+Please, reopen the bug if it still fails for you after updating from
+CVS. The schema inclusion problem you reported in the list might also
+be due to some specific configuration of your system.
+
+The fixes are commited in CVS HEAD, not in the stable 1.0 branch.
+
+Thanks for the bug report!