ChangeLog 6.6 KB

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