ChangeLog 4.6 KB

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