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