2004-08-24 Lluis Sanchez Gual * MonoWSDL.cs, MonoWSDL2.cs: Handle files with absolute path names. 2004-07-29 Lluis Sanchez Gual * MonoWSDL2.cs: New wrapper for wsdl 2.0. * wsdl2.exe.sources: source list for wsdl 2.0. * Makefile: Changed executable name for 2.0 profile. 2004-05-24 Lluis Sanchez Gual * MonoWSDL.cs: Get the name of the generated file from the first WSDL doc that has a service. Don't print exception on error. 2004-03-02 Lluis Sanchez Gual * MonoWSDL.cs: Use DiscoveryClientProtocol instead of WebClient to get the documents, since it supports disco files in addition to wsdl files. Added some missing proxy options. 2004-02-04 Lluis Sanchez Gual * SampleGenerator.cs: More little fixes. 2004-01-20 Lluis Sanchez Gual * SampleGenerator.cs: Little fixes. 2004-01-18 Lluis Sanchez Gual * MonoWSDL.cs: Added new option that prints a sample request and response for a web service operation. * SampleGenerator.cs: Added. 2003-12-10 Lluis Sanchez Gual * MonoWSDL.cs: Return error codes. 2003-12-03 Lluis Sanchez Gual * MonoWSDL.cs: Added support for VB. 2003-09-04 Lluis Sanchez Gual * MonoWSDL.cs: Implemented support for WSDL documents that import other documents and schemas. Improved warning messages. 2003-08-29 Lluis Sanchez Gual * Makefile: Fixed assembly reference. 2003-08-28 Lluis Sanchez Gual * Makefile: added * wsdl.exe.sources: added * MonoWSDL.cs: Added wsdl code by Erik LeBel.