X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fwsdl%2FChangeLog;h=c14fd444165ddc9ce91f06f64b0c7a52c1923fd7;hb=5fd43ffcb30a92f01338a86c30948a9325d96307;hp=591ef22e50caca89733e16ec20cdb6fecd25ceb9;hpb=5fe9c0662f6150929b256ce0c0939869773ba9c8;p=mono.git diff --git a/mcs/tools/wsdl/ChangeLog b/mcs/tools/wsdl/ChangeLog index 591ef22e50c..c14fd444165 100644 --- a/mcs/tools/wsdl/ChangeLog +++ b/mcs/tools/wsdl/ChangeLog @@ -1,3 +1,142 @@ +2007-11-01 Get Driesen + + * MonoWSDL.cs: Backport part of fix for bug #336739 to WSDL for + 1.0 profile. Output warning if no WSDLs were specified. + +2007-11-01 Atsushi Enomoto + + * MonoWSDL2.cs : it should be able to handle xml schemas that are + passed as arguments, and those schemas could be used by *.wsdl. + So, just use one WebReference to resolve everything at a time. + (Part of #336739 fix.) + +2006-12-22 Atsushi Enomoto + + * MonoWSDL2.cs : check BasicProfile conformance only for SOAP 1.1. + +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