ChangeLog 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. 2004-03-10 Lluis Sanchez Gual <[email protected]>
  2. * client/localhost/ConvDocLitWraTest.cs: Test Discover() method.
  3. 2004-03-02 Lluis Sanchez Gual <[email protected]>
  4. * services.xml: More services.
  5. * wstest.cs: Added null check.
  6. * client/localhost/IncludeTestTest.cs: New test.
  7. * server/localhost/IncludeTest.asmx, server/localhost/Test1.asmx,
  8. server/localhost/Test2.asmx, server/localhost/TestBinding6.asmx.
  9. 2004-02-27 Lluis Sanchez Gual <[email protected]>
  10. * services.xml: Updated service list.
  11. * wstest.cs: New feature: it generates a serviceStatus.xml file that
  12. helps keeping track of services that are not available any more.
  13. * client/localhost/ConvDocEncBarTest.cs, ConvDocEncWraTest.cs:
  14. Improved tests.
  15. * server/ConvDocLitBar.asmx: Removed inheritance from WebService, to make
  16. sure that this works.
  17. 2004-02-04 Lluis Sanchez Gual <[email protected]>
  18. * wstest.cs: Added new option that downloads and cahces the wsdl docs.
  19. * services.xml: More services.
  20. * Makefile: Updated.
  21. * server/TestBinding5.asmx: new test service.
  22. 2004-01-27 Lluis Sanchez Gual <[email protected]>
  23. * wstest.cs: Improved the way wsdl documents are downloaded.
  24. * services.xml: updated service list.
  25. * wsdl.ignore: updated ignore list.
  26. * client/external/GlobalWeatherTest.cs: new test.
  27. * client/external/syndicateTest.cs: new test.
  28. * client/external/TemperatureServiceTest.cs: new test.
  29. * client/external/BankCodeEJBHomeTest.cs: added comment.
  30. * server/TestBinding1.asmx, server/TestBinding2.asmx,
  31. * server/TestBinding3.asmx, server/TestBinding4.asmx: new test services
  32. 2004-01-14 Lluis Sanchez Gual <[email protected]>
  33. * wstest.cs: Wsdl documents are cached locally.
  34. * services.xml: updated services.
  35. 2003-12-23 Lluis Sanchez Gual <[email protected]>
  36. * wstest.cs: Removed debug WriteLine.
  37. * services.xml: updated services.
  38. * server/web.config: Added.
  39. 2003-12-22 Lluis Sanchez Gual <[email protected]>
  40. * wstest.cs: Changed default directory for client tests. Added some tests.
  41. * Makefile: Use xsp.vsdisco instead of xsp.disco.
  42. 2003-12-19 Lluis Sanchez Gual <[email protected]>
  43. * services.xml: Enabled test for a couple of services.
  44. * wstest.cs: Improved "stat" option.
  45. 2003-12-15 Lluis Sanchez Gual <[email protected]>
  46. * Makefile.cs: Generate list of client test files in target "gen".
  47. * services.xml: Added a couple of services.
  48. * wstest.cs: Added "stat" option.
  49. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  50. * Added web service test suite