ChangeLog 5.9 KB

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