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