ChangeLog 5.4 KB

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