ChangeLog 6.8 KB

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