**** Merged from MCS ****
[mono-project.git] / mcs / tools / wsdl / ChangeLog
bloba85964a5d3b07736e4139a23b0fd87d53b46936a
1 2004-11-02  Lluis Sanchez Gual  <lluis@ximian.com>
3         * MonoWSDL.cs: Added new option for generating a proxy for a compiled
4           web service class.
6 2004-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
8         * MonoWSDL.cs, MonoWSDL2.cs: Use a valid default file name when the wsdl
9           documents does not contain a service from which to take the name.
10           Use the "file://" prefix when using the DiscoveryClientProtocol class,
11           since in MS.NET does not supports plain file paths.
12         * SampleGenerator.cs: Fixed header output.
14 2004-08-24  Lluis Sanchez Gual  <lluis@ximian.com>
16         * MonoWSDL.cs, MonoWSDL2.cs: Handle files with absolute path names.
18 2004-07-29  Lluis Sanchez Gual  <lluis@novell.com>
20         * MonoWSDL2.cs: New wrapper for wsdl 2.0.
21         * wsdl2.exe.sources: source list for wsdl 2.0.
22         * Makefile: Changed executable name for 2.0 profile.
24 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
26         * MonoWSDL.cs: Get the name of the generated file from the first WSDL doc
27           that has a service. Don't print exception on error.
29 2004-03-02  Lluis Sanchez Gual  <lluis@ximian.com>
31         * MonoWSDL.cs: Use DiscoveryClientProtocol instead of WebClient to get the
32           documents, since it supports disco files in addition to wsdl files.
33           Added some missing proxy options.
34         
35 2004-02-04  Lluis Sanchez Gual  <lluis@ximian.com>
37         * SampleGenerator.cs: More little fixes.
38         
39 2004-01-20  Lluis Sanchez Gual  <lluis@ximian.com>
41         * SampleGenerator.cs: Little fixes.
42         
43 2004-01-18  Lluis Sanchez Gual  <lluis@ximian.com>
45         * MonoWSDL.cs: Added new option that prints a sample request and response
46         for a web service operation.
47         * SampleGenerator.cs: Added.
49 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
51         * MonoWSDL.cs: Return error codes.
53 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
55         * MonoWSDL.cs: Added support for VB.
57 2003-09-04  Lluis Sanchez Gual  <lluis@ximian.com>
59         * MonoWSDL.cs: Implemented support for WSDL documents that import other
60           documents and schemas.
61           Improved warning messages.
63 2003-08-29  Lluis Sanchez Gual  <lluis@ximian.com>
65         * Makefile: Fixed assembly reference.
67 2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>
69         * Makefile: added
70         * wsdl.exe.sources: added
71         * MonoWSDL.cs: Added wsdl code by Erik LeBel.