From: Gonzalo Paniagua Javier Date: Fri, 27 Mar 2009 15:51:43 +0000 (-0000) Subject: 2009-03-27 Gonzalo Paniagua Javier X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=3b549a305602e13caad651191059c70ef4022a04;p=mono.git 2009-03-27 Gonzalo Paniagua Javier * DefaultWsdlHelpGenerator.aspx: disable the test form when only Soap is supported. Bug #342073 fixed. svn path=/trunk/mono/; revision=130400 --- diff --git a/data/net_2_0/ChangeLog b/data/net_2_0/ChangeLog index d8889fbeb37..d78bd7175fe 100644 --- a/data/net_2_0/ChangeLog +++ b/data/net_2_0/ChangeLog @@ -1,3 +1,9 @@ +2009-03-27 Gonzalo Paniagua Javier + + * DefaultWsdlHelpGenerator.aspx: disable the test form + when only Soap is supported. + Bug #342073 fixed. + 2009-01-23 Atsushi Enomoto * web.config : added .svc handler. diff --git a/data/net_2_0/DefaultWsdlHelpGenerator.aspx b/data/net_2_0/DefaultWsdlHelpGenerator.aspx index 888406d136d..0dd1bbdea35 100644 --- a/data/net_2_0/DefaultWsdlHelpGenerator.aspx +++ b/data/net_2_0/DefaultWsdlHelpGenerator.aspx @@ -122,15 +122,20 @@ void BuildOperationInfo () // Protocols supported by the operation CurrentOperationProtocols = ""; + WebServiceProtocols testProtocols = 0; ArrayList prots = FindServiceProtocols (CurrentOperationName); for (int n=0; n