X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fwsdl%2FChangeLog;h=c14fd444165ddc9ce91f06f64b0c7a52c1923fd7;hb=5fd43ffcb30a92f01338a86c30948a9325d96307;hp=d238ec2cb8364a090bbd7672ff66f975f95cc520;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/tools/wsdl/ChangeLog b/mcs/tools/wsdl/ChangeLog index d238ec2cb83..c14fd444165 100644 --- a/mcs/tools/wsdl/ChangeLog +++ b/mcs/tools/wsdl/ChangeLog @@ -1,3 +1,31 @@ +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