This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / tools / wsdl / ChangeLog
1 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
2
3         * MonoWSDL.cs: Get the name of the generated file from the first WSDL doc
4           that has a service. Don't print exception on error.
5
6 2004-03-02  Lluis Sanchez Gual  <lluis@ximian.com>
7
8         * MonoWSDL.cs: Use DiscoveryClientProtocol instead of WebClient to get the
9           documents, since it supports disco files in addition to wsdl files.
10           Added some missing proxy options.
11         
12 2004-02-04  Lluis Sanchez Gual  <lluis@ximian.com>
13
14         * SampleGenerator.cs: More little fixes.
15         
16 2004-01-20  Lluis Sanchez Gual  <lluis@ximian.com>
17
18         * SampleGenerator.cs: Little fixes.
19         
20 2004-01-18  Lluis Sanchez Gual  <lluis@ximian.com>
21
22         * MonoWSDL.cs: Added new option that prints a sample request and response
23         for a web service operation.
24         * SampleGenerator.cs: Added.
25
26 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
27
28         * MonoWSDL.cs: Return error codes.
29
30 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
31
32         * MonoWSDL.cs: Added support for VB.
33
34 2003-09-04  Lluis Sanchez Gual  <lluis@ximian.com>
35
36         * MonoWSDL.cs: Implemented support for WSDL documents that import other
37           documents and schemas.
38           Improved warning messages.
39
40 2003-08-29  Lluis Sanchez Gual  <lluis@ximian.com>
41
42         * Makefile: Fixed assembly reference.
43
44 2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>
45
46         * Makefile: added
47         * wsdl.exe.sources: added
48         * MonoWSDL.cs: Added wsdl code by Erik LeBel.