2005-06-06 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / tools / wsdl / ChangeLog
1 2005-05-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * MonoWSDL.cs: enable auto redirection for 30x responses.
4
5 2005-05-09  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * MonoWSDL.cs, MonoWSDL2.cs :
8           "file://"+windows_native_path is not a valid file URI.
9
10 2005-04-11  Lluis Sanchez Gual  <lluis@ximian.com>
11
12         * SampleGenerator.cs: Removed unused method.
13
14 2004-11-02  Lluis Sanchez Gual  <lluis@ximian.com>
15
16         * MonoWSDL.cs, MonoWSDL2.cs: Added support for custom CodeDom providers.
17         Patch by Rogerio Pereira.
18         * SampleGenerator.cs: Fix warnings.
19
20 2004-12-06  Raja R Harinath  <rharinath@novell.com>
21
22         * Makefile (EXTRA_DISTFILES): Distribute files referenced by
23         wsdl2.exe.sources.
24
25 2004-12-02  Raja R Harinath  <rharinath@novell.com>
26
27         * Makefile (EXTRA_DISTFILES): Distribute wsdl2.exe.sources.
28
29 2004-11-02  Lluis Sanchez Gual  <lluis@ximian.com>
30
31         * MonoWSDL.cs: Added new option for generating a proxy for a compiled
32           web service class.
33
34 2004-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
35
36         * MonoWSDL.cs, MonoWSDL2.cs: Use a valid default file name when the wsdl
37           documents does not contain a service from which to take the name.
38           Use the "file://" prefix when using the DiscoveryClientProtocol class,
39           since in MS.NET does not supports plain file paths.
40         * SampleGenerator.cs: Fixed header output.
41
42 2004-08-24  Lluis Sanchez Gual  <lluis@ximian.com>
43
44         * MonoWSDL.cs, MonoWSDL2.cs: Handle files with absolute path names.
45
46 2004-07-29  Lluis Sanchez Gual  <lluis@novell.com>
47
48         * MonoWSDL2.cs: New wrapper for wsdl 2.0.
49         * wsdl2.exe.sources: source list for wsdl 2.0.
50         * Makefile: Changed executable name for 2.0 profile.
51
52 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
53
54         * MonoWSDL.cs: Get the name of the generated file from the first WSDL doc
55           that has a service. Don't print exception on error.
56
57 2004-03-02  Lluis Sanchez Gual  <lluis@ximian.com>
58
59         * MonoWSDL.cs: Use DiscoveryClientProtocol instead of WebClient to get the
60           documents, since it supports disco files in addition to wsdl files.
61           Added some missing proxy options.
62         
63 2004-02-04  Lluis Sanchez Gual  <lluis@ximian.com>
64
65         * SampleGenerator.cs: More little fixes.
66         
67 2004-01-20  Lluis Sanchez Gual  <lluis@ximian.com>
68
69         * SampleGenerator.cs: Little fixes.
70         
71 2004-01-18  Lluis Sanchez Gual  <lluis@ximian.com>
72
73         * MonoWSDL.cs: Added new option that prints a sample request and response
74         for a web service operation.
75         * SampleGenerator.cs: Added.
76
77 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
78
79         * MonoWSDL.cs: Return error codes.
80
81 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
82
83         * MonoWSDL.cs: Added support for VB.
84
85 2003-09-04  Lluis Sanchez Gual  <lluis@ximian.com>
86
87         * MonoWSDL.cs: Implemented support for WSDL documents that import other
88           documents and schemas.
89           Improved warning messages.
90
91 2003-08-29  Lluis Sanchez Gual  <lluis@ximian.com>
92
93         * Makefile: Fixed assembly reference.
94
95 2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>
96
97         * Makefile: added
98         * wsdl.exe.sources: added
99         * MonoWSDL.cs: Added wsdl code by Erik LeBel.