X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=data%2Fnet_2_0%2FDefaultWsdlHelpGenerator.aspx;h=e5b830e8a71c0ded3a265bfde09f66dc1041591c;hb=cdbbfc41465ed4495f9f86e3ea33e2a704383eaa;hp=b1eac1fa1ccb307e2d09ad9cd17e233d1c37463e;hpb=75df74a96c33af7a99e16e4281272f1b67334a48;p=mono.git diff --git a/data/net_2_0/DefaultWsdlHelpGenerator.aspx b/data/net_2_0/DefaultWsdlHelpGenerator.aspx index b1eac1fa1cc..e5b830e8a71 100644 --- a/data/net_2_0/DefaultWsdlHelpGenerator.aspx +++ b/data/net_2_0/DefaultWsdlHelpGenerator.aspx @@ -16,6 +16,8 @@ <%@ Import Namespace="System.Xml.Schema" %> <%@ Import Namespace="System.Web.Services" %> <%@ Import Namespace="System.Web.Services.Description" %> +<%@ Import Namespace="System.Web.Services.Configuration" %> +<%@ Import Namespace="System.Web.Configuration" %> <%@ Import Namespace="System" %> <%@ Import Namespace="System.Net" %> <%@ Import Namespace="System.Globalization" %> @@ -25,11 +27,80 @@ <%@ Import Namespace="System.CodeDom.Compiler" %> <%@ Import Namespace="Microsoft.CSharp" %> <%@ Import Namespace="Microsoft.VisualBasic" %> +<%@ Import Namespace="System.Text" %> <%@ Import Namespace="System.Text.RegularExpressions" %> +<%@ Import Namespace="System.Security.Cryptography.X509Certificates" %> <%@ Assembly name="System.Web.Services" %> <%@ Page debug="true" %> + - + <%=WebServiceName%> Web Service @@ -1613,9 +1669,9 @@ function clearForm ()

Web Service Overview

<%=WebServiceDescription%>

- <% if (ProfileViolations.Count > 0) { %> + <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %>

Basic Profile Conformance

- This web service does not conform to WS-I Basic Profile v1.0 + This web service does not conform to WS-I Basic Profile v1.1 <% Response.Write ("