Add failing Uri test
[mono.git] / mcs / tools / wsdl / ChangeLog
index 08a9702bfc8355d9e883d83d49bcd14f5eb92dae..c14fd444165ddc9ce91f06f64b0c7a52c1923fd7 100644 (file)
@@ -1,3 +1,19 @@
+2007-11-01  Get Driesen  <drieseng@users.sourceforge.net>
+
+       * MonoWSDL.cs: Backport part of fix for bug #336739 to WSDL for
+       1.0 profile. Output warning if no WSDLs were specified.
+
+2007-11-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MonoWSDL2.cs : it should be able to handle xml schemas that are
+         passed as arguments, and those schemas could be used by *.wsdl.
+         So, just use one WebReference to resolve everything at a time.
+         (Part of #336739 fix.)
+
+2006-12-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MonoWSDL2.cs : check BasicProfile conformance only for SOAP 1.1.
+
 2006-11-15  Atsushi Enomoto  <atsushi@ximian.com>
 
        * MonoWSDL.cs : handle multiple URLs. This fixes bug #79636.