2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Discovery / ChangeLog
index 7504801c3faa691e1ec3bd33384570e3499a9db3..a6078da3288e9f88e126ba56997eed7fa071430e 100755 (executable)
@@ -1,3 +1,86 @@
+2004-09-01  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * DiscoveryClientProtocol.cs: Added support for "file://" urls.
+
+2004-08-24  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * ContractReference.cs, DiscoveryClientProtocol.cs: Set the url from which
+         documents are being read.
+
+2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * SchemaReference.cs: corrected namespace
+       * SoapBinding.cs: corrected namespace
+
+2004-06-10  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * DiscoveryClientProtocol.cs: In DiscoverAny, catch expection of type
+         DiscoveryException and rethrow the included Exception instead.
+       * DiscoveryReference.cs: Added BaseUri property, that returns an uri
+         for the reference, supporting file uris.
+       * ContractReference.cs: Use the new property BaseUri to build the import
+         uri.
+
+2004-06-01  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * DiscoveryReference.cs: Added missing XmlIgnore attribute.
+
+2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * ContractReference.cs: convert relative import uris to absolute uris.
+       * DiscoveryClientProtocol.cs: Before resolving a reference, always
+         set the Url property.
+
+2004-03-10  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * ContractReference.cs, DiscoveryDocumentReference.cs: Delegate handling 
+         of errors to the base class.
+       * ContractSearchPattern.cs, DiscoveryDocumentLinksPattern.cs, 
+         DiscoveryDocumentSearchPattern.cs, XmlSchemaSearchPattern.cs: Implemented.
+       * DiscoveryClientProtocol.cs: Do not throw exceptions in ResolveAll method,
+         rather add them to the errors list.
+       * DiscoveryReference.cs: Generate DiscoveryException where needed, so
+         DiscoveryClientProtocol can get the url for which an exception was thrown.
+       * DiscoveryExceptionDictionary.cs: Implemented.
+
+2004-03-10  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * DiscoveryClientProtocol.cs: Read additional information (such as soap
+         bindings) from the discovery documents.
+       * DiscoveryDocument.cs: Added support for additional discovery information.
+       * DiscoveryDocumentSerializer.cs: Updated serializer, added support for
+         soap bindings.
+
+2004-03-02  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * DiscoveryClientProtocol.cs: Now it can get alternate urls from HTML pages
+         that include a link tag. Added support for loading files from a the
+         file system.
+
+2004-01-24  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ContractReference.cs, DiscoveryClientProtocol.cs, 
+         DiscoveryDocumentReference.cs: When resolving a wsdl document, recursively
+         resolve the documents it imports.
+
+2003-12-19  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * DiscoveryDocument.cs: Set namespace for ContractReference references.
+         Write() methods: Added namespace declaration in serializer.
+       * DiscoveryDocumentSerializer.cs: Fixed namespace for ContractReference.
+       * DiscoveryRequestHandler.cs: Implemented.
+       * DynamicDiscoveryDocument.cs: Implemented.
+       * ExcludePathInfo.cs, SoapBinding.cs: Removed some TODOs
+       
+2003-12-12  Lluis Sanchez Gual <lluis@ximian.com>
+       
+       * DiscoveryReference.cs: In FilenameFromUrl(), improved name generation
+         for some common cases.
+         
+2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * DiscoveryDocumentSerializer.cs: The class must be internal.
+
 2003-10-21  Lluis Sanchez Gual <lluis@ximian.com>
 
        * DiscoveryClientProtocol.cs: Fixed little bug in DiscoverAny.