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