2006-11-15 Atsushi Enomoto * MonoWSDL.cs : handle multiple URLs. This fixes bug #79636. 2006-11-15 Atsushi Enomoto * MonoWSDL2.cs : 2.0 API fixes (use WebReferenceOptions) 2006-11-14 Atsushi Enomoto * MonoWSDL2.cs : 2.0 API fixes (WsiClaims -> WsiProfiles) 2005-09-12 Lluis Sanchez Gual * MonoWSDL.cs, MonoWSDL2.cs: Return exit code 0 even if there are warnings. 2006-07-24 Atsushi Enomoto * MonoWSDL2.cs : 2.0 API fixes from beta2 to RTM. 2005-07-11 Raja R Harinath * Makefile (PROGRAM): Make profile-specific. * wsdl.exe.sources: Add MonoWSDL2.cs. * wsdl2.exe.sources: Remove. * MonoWSDL.cs: Add !NET_2_0 guard. * MonoWSDL2.cs: Add NET_2_0 guard. 2005-05-11 Gonzalo Paniagua Javier * MonoWSDL.cs: enable auto redirection for 30x responses. 2005-05-09 Atsushi Enomoto * MonoWSDL.cs, MonoWSDL2.cs : "file://"+windows_native_path is not a valid file URI. 2005-04-11 Lluis Sanchez Gual * SampleGenerator.cs: Removed unused method. 2004-11-02 Lluis Sanchez Gual * MonoWSDL.cs, MonoWSDL2.cs: Added support for custom CodeDom providers. Patch by Rogerio Pereira. * SampleGenerator.cs: Fix warnings. 2004-12-06 Raja R Harinath * Makefile (EXTRA_DISTFILES): Distribute files referenced by wsdl2.exe.sources. 2004-12-02 Raja R Harinath * Makefile (EXTRA_DISTFILES): Distribute wsdl2.exe.sources. 2004-11-02 Lluis Sanchez Gual * MonoWSDL.cs: Added new option for generating a proxy for a compiled web service class. 2004-09-01 Lluis Sanchez Gual * MonoWSDL.cs, MonoWSDL2.cs: Use a valid default file name when the wsdl documents does not contain a service from which to take the name. Use the "file://" prefix when using the DiscoveryClientProtocol class, since in MS.NET does not supports plain file paths. * SampleGenerator.cs: Fixed header output. 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.