ChangeLog 5.7 KB

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