ChangeLog 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. 2004-01-24 Lluis Sanchez Gual <[email protected]>
  2. * ContractReference.cs, DiscoveryClientProtocol.cs,
  3. DiscoveryDocumentReference.cs: When resolving a wsdl document, recursively
  4. resolve the documents it imports.
  5. 2003-12-19 Lluis Sanchez Gual <[email protected]>
  6. * DiscoveryDocument.cs: Set namespace for ContractReference references.
  7. Write() methods: Added namespace declaration in serializer.
  8. * DiscoveryDocumentSerializer.cs: Fixed namespace for ContractReference.
  9. * DiscoveryRequestHandler.cs: Implemented.
  10. * DynamicDiscoveryDocument.cs: Implemented.
  11. * ExcludePathInfo.cs, SoapBinding.cs: Removed some TODOs
  12. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  13. * DiscoveryReference.cs: In FilenameFromUrl(), improved name generation
  14. for some common cases.
  15. 2003-11-11 Lluis Sanchez Gual <[email protected]>
  16. * DiscoveryDocumentSerializer.cs: The class must be internal.
  17. 2003-10-21 Lluis Sanchez Gual <[email protected]>
  18. * DiscoveryClientProtocol.cs: Fixed little bug in DiscoverAny.
  19. 2003-10-13 Lluis Sanchez Gual <[email protected]>
  20. * ContractReference.cs, DiscoveryDocumentReference.cs, SchemaReference.cs:
  21. Little fixes.
  22. * DiscoveryClientProtocol.cs: WriteAll(): Write files to the provided
  23. directory.
  24. * DiscoveryReference.cs: Improved method FilenameFromUrl().
  25. 2003-10-10 Lluis Sanchez Gual <[email protected]>
  26. * ContractReference.cs, DiscoveryClientProtocol.cs,
  27. DiscoveryClientResult.cs, DiscoveryDocument.cs,
  28. DiscoveryDocumentReference.cs, DiscoveryExceptionDictionary.cs,
  29. DiscoveryReference.cs, SchemaReference.cs: Implemented initial support
  30. for discovery documents (.disco).
  31. 2002-08-19 Tim Coleman <[email protected]>
  32. * DiscoveryClientProtocol.cs:
  33. Added ResolveAll () stub.
  34. * DiscoveryDocument.cs:
  35. Added XmlRoot attribute to class.
  36. * DiscoveryClientDocumentCollection.cs:
  37. * DiscoveryClientReferenceCollection.cs:
  38. * DiscoveryClientResultCollection.cs:
  39. * DiscoveryReferenceCollection.cs:
  40. Implementation of these classes.
  41. 2002-08-04 Dave Bettin <[email protected]>
  42. * ContractSearchPattern.cs
  43. * DiscoveryClientDocumentCollection.cs
  44. * DiscoveryClientProtocol.cs
  45. * DiscoveryClientResult.cs
  46. * DiscoveryDocument.cs
  47. * DiscoveryDocumentLinksPattern.cs
  48. * DiscoveryDocumentReference.cs
  49. * DiscoveryDocumentSearchPattern.cs
  50. * DiscoveryReference.cs
  51. * DiscoveryRequestHandler.cs
  52. * DiscoverySearchPattern.cs
  53. * DynamicDiscoveryDocument.cs
  54. * SchemaReference.cs
  55. * SoapBinding.cs
  56. * XmlSchemaSearchPattern.cs
  57. [ Added attributes and some basic implementation]
  58. 2002-08-03 Tim Coleman <[email protected]>
  59. * DiscoveryDocument.cs:
  60. Added XmlIgnore attribute to References property
  61. * DiscoveryDocumentReference.cs:
  62. Implemented Ref/Url properties and added XmlIgnore
  63. attributes.
  64. 2002-07-28 Dave Bettin <[email protected]>
  65. * ContractReference.cs
  66. * ContractSearchPattern.cs
  67. * DiscoveryClientDocumentCollection.cs
  68. * DiscoveryClientProtocol.cs
  69. * DiscoveryClientReferenceCollection.cs
  70. * DiscoveryClientResultCollection.cs
  71. * DiscoveryClientResult.cs
  72. * DiscoveryDocument.cs
  73. * DiscoveryDocumentLinksPattern.cs
  74. * DiscoveryDocumentReference.cs
  75. * DiscoveryDocumentSearchPattern.cs
  76. * DiscoveryExceptionDictionary.cs
  77. * DiscoveryReferenceCollection.cs
  78. * DiscoveryReference.cs
  79. * DiscoveryRequestHandler.cs
  80. * DiscoverySearchPattern.cs
  81. * DynamicDiscoveryDocument.cs
  82. * ExcludePathInfo.cs
  83. * SchemaReference.cs
  84. * SoapBinding.cs
  85. * XmlSchemaSearchPattern.cs
  86. [ Added stubs]