ChangeLog 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. 2005-08-15 Gert Driesen <[email protected]>
  2. * SchemaReference.cs: DefaultValue of TargetNamespace should be null.
  3. * DiscoveryClientProtocol.cs: Added LoadExternals method to match
  4. MS.NET. Fixed line endings.
  5. 2005-08-03 Gonzalo Paniagua Javier <[email protected]>
  6. * DiscoveryClientProtocol.cs: use Uri so that relative paths are handled
  7. gracefully.
  8. 2005-05-08 Gonzalo Paniagua Javier <[email protected]>
  9. * SchemaReference.cs: fixed the setter for TargetNamespace.
  10. 2004-09-01 Lluis Sanchez Gual <[email protected]>
  11. * DiscoveryClientProtocol.cs: Added support for "file://" urls.
  12. 2004-08-24 Lluis Sanchez Gual <[email protected]>
  13. * ContractReference.cs, DiscoveryClientProtocol.cs: Set the url from which
  14. documents are being read.
  15. 2004-06-13 Gert Driesen <[email protected]>
  16. * SchemaReference.cs: corrected namespace
  17. * SoapBinding.cs: corrected namespace
  18. 2004-06-10 Lluis Sanchez Gual <[email protected]>
  19. * DiscoveryClientProtocol.cs: In DiscoverAny, catch expection of type
  20. DiscoveryException and rethrow the included Exception instead.
  21. * DiscoveryReference.cs: Added BaseUri property, that returns an uri
  22. for the reference, supporting file uris.
  23. * ContractReference.cs: Use the new property BaseUri to build the import
  24. uri.
  25. 2004-06-01 Gert Driesen <[email protected]>
  26. * DiscoveryReference.cs: Added missing XmlIgnore attribute.
  27. 2004-05-24 Lluis Sanchez Gual <[email protected]>
  28. * ContractReference.cs: convert relative import uris to absolute uris.
  29. * DiscoveryClientProtocol.cs: Before resolving a reference, always
  30. set the Url property.
  31. 2004-03-10 Lluis Sanchez Gual <[email protected]>
  32. * ContractReference.cs, DiscoveryDocumentReference.cs: Delegate handling
  33. of errors to the base class.
  34. * ContractSearchPattern.cs, DiscoveryDocumentLinksPattern.cs,
  35. DiscoveryDocumentSearchPattern.cs, XmlSchemaSearchPattern.cs: Implemented.
  36. * DiscoveryClientProtocol.cs: Do not throw exceptions in ResolveAll method,
  37. rather add them to the errors list.
  38. * DiscoveryReference.cs: Generate DiscoveryException where needed, so
  39. DiscoveryClientProtocol can get the url for which an exception was thrown.
  40. * DiscoveryExceptionDictionary.cs: Implemented.
  41. 2004-03-10 Lluis Sanchez Gual <[email protected]>
  42. * DiscoveryClientProtocol.cs: Read additional information (such as soap
  43. bindings) from the discovery documents.
  44. * DiscoveryDocument.cs: Added support for additional discovery information.
  45. * DiscoveryDocumentSerializer.cs: Updated serializer, added support for
  46. soap bindings.
  47. 2004-03-02 Lluis Sanchez Gual <[email protected]>
  48. * DiscoveryClientProtocol.cs: Now it can get alternate urls from HTML pages
  49. that include a link tag. Added support for loading files from a the
  50. file system.
  51. 2004-01-24 Lluis Sanchez Gual <[email protected]>
  52. * ContractReference.cs, DiscoveryClientProtocol.cs,
  53. DiscoveryDocumentReference.cs: When resolving a wsdl document, recursively
  54. resolve the documents it imports.
  55. 2003-12-19 Lluis Sanchez Gual <[email protected]>
  56. * DiscoveryDocument.cs: Set namespace for ContractReference references.
  57. Write() methods: Added namespace declaration in serializer.
  58. * DiscoveryDocumentSerializer.cs: Fixed namespace for ContractReference.
  59. * DiscoveryRequestHandler.cs: Implemented.
  60. * DynamicDiscoveryDocument.cs: Implemented.
  61. * ExcludePathInfo.cs, SoapBinding.cs: Removed some TODOs
  62. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  63. * DiscoveryReference.cs: In FilenameFromUrl(), improved name generation
  64. for some common cases.
  65. 2003-11-11 Lluis Sanchez Gual <[email protected]>
  66. * DiscoveryDocumentSerializer.cs: The class must be internal.
  67. 2003-10-21 Lluis Sanchez Gual <[email protected]>
  68. * DiscoveryClientProtocol.cs: Fixed little bug in DiscoverAny.
  69. 2003-10-13 Lluis Sanchez Gual <[email protected]>
  70. * ContractReference.cs, DiscoveryDocumentReference.cs, SchemaReference.cs:
  71. Little fixes.
  72. * DiscoveryClientProtocol.cs: WriteAll(): Write files to the provided
  73. directory.
  74. * DiscoveryReference.cs: Improved method FilenameFromUrl().
  75. 2003-10-10 Lluis Sanchez Gual <[email protected]>
  76. * ContractReference.cs, DiscoveryClientProtocol.cs,
  77. DiscoveryClientResult.cs, DiscoveryDocument.cs,
  78. DiscoveryDocumentReference.cs, DiscoveryExceptionDictionary.cs,
  79. DiscoveryReference.cs, SchemaReference.cs: Implemented initial support
  80. for discovery documents (.disco).
  81. 2002-08-19 Tim Coleman <[email protected]>
  82. * DiscoveryClientProtocol.cs:
  83. Added ResolveAll () stub.
  84. * DiscoveryDocument.cs:
  85. Added XmlRoot attribute to class.
  86. * DiscoveryClientDocumentCollection.cs:
  87. * DiscoveryClientReferenceCollection.cs:
  88. * DiscoveryClientResultCollection.cs:
  89. * DiscoveryReferenceCollection.cs:
  90. Implementation of these classes.
  91. 2002-08-04 Dave Bettin <[email protected]>
  92. * ContractSearchPattern.cs
  93. * DiscoveryClientDocumentCollection.cs
  94. * DiscoveryClientProtocol.cs
  95. * DiscoveryClientResult.cs
  96. * DiscoveryDocument.cs
  97. * DiscoveryDocumentLinksPattern.cs
  98. * DiscoveryDocumentReference.cs
  99. * DiscoveryDocumentSearchPattern.cs
  100. * DiscoveryReference.cs
  101. * DiscoveryRequestHandler.cs
  102. * DiscoverySearchPattern.cs
  103. * DynamicDiscoveryDocument.cs
  104. * SchemaReference.cs
  105. * SoapBinding.cs
  106. * XmlSchemaSearchPattern.cs
  107. [ Added attributes and some basic implementation]
  108. 2002-08-03 Tim Coleman <[email protected]>
  109. * DiscoveryDocument.cs:
  110. Added XmlIgnore attribute to References property
  111. * DiscoveryDocumentReference.cs:
  112. Implemented Ref/Url properties and added XmlIgnore
  113. attributes.
  114. 2002-07-28 Dave Bettin <[email protected]>
  115. * ContractReference.cs
  116. * ContractSearchPattern.cs
  117. * DiscoveryClientDocumentCollection.cs
  118. * DiscoveryClientProtocol.cs
  119. * DiscoveryClientReferenceCollection.cs
  120. * DiscoveryClientResultCollection.cs
  121. * DiscoveryClientResult.cs
  122. * DiscoveryDocument.cs
  123. * DiscoveryDocumentLinksPattern.cs
  124. * DiscoveryDocumentReference.cs
  125. * DiscoveryDocumentSearchPattern.cs
  126. * DiscoveryExceptionDictionary.cs
  127. * DiscoveryReferenceCollection.cs
  128. * DiscoveryReference.cs
  129. * DiscoveryRequestHandler.cs
  130. * DiscoverySearchPattern.cs
  131. * DynamicDiscoveryDocument.cs
  132. * ExcludePathInfo.cs
  133. * SchemaReference.cs
  134. * SoapBinding.cs
  135. * XmlSchemaSearchPattern.cs
  136. [ Added stubs]