<%@ Import Namespace="System.Collections" %> <%@ Import Namespace="System.IO" %> <%@ Import Namespace="System.Xml.Serialization" %> <%@ Import Namespace="System.Xml" %> <%@ 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" %> <%@ Import Namespace="System.Globalization" %> <%@ Import Namespace="System.Resources" %> <%@ Import Namespace="System.Diagnostics" %> <%@ Import Namespace="System.Net" %> <%#ServiceName + " " + GetLocalizedText("WebService")%>

<%#ServiceName%>


<%#ServiceDocumentation%>

<%#GetLocalizedText("OperationsIntro", new object[] { EscapedFileName + "?WSDL" })%>

<%#GetLocalizedText("LinkBack", new object[] { EscapedFileName })%>

<%#OperationName%>

<%#SoapOperationBinding == null ? "" : SoapOperation.Documentation%>

<%#GetLocalizedText("TestHeader")%>

<% if (!showPost) { if (!ShowingHttpGet) { %> <%#GetLocalizedText("NoHttpGetTest")%> <% } else { if (!ShowGetTestForm) { %> <%#GetLocalizedText("NoTestNonPrimitive")%> <% } else { %> <%#GetLocalizedText("TestText")%>
<%#GetLocalizedText("Parameter")%> <%#GetLocalizedText("Value")%>
<%# XmlConvert.DecodeName(((MessagePart)Container.DataItem).Name) %>:
" class="button">
<% } } } else { // showPost if (!ShowingHttpPost) { if (requestIsLocal) { %> <%#GetLocalizedText("NoTestNonPrimitive")%> <% } else { %> <%#GetLocalizedText("NoTestFormRemote")%> <% } } else { if (!ShowPostTestForm) { %> <%#GetLocalizedText("NoTestNonPrimitive")%> <% } else { %> <%#GetLocalizedText("TestText")%>
<%#GetLocalizedText("Parameter")%> <%#GetLocalizedText("Value")%>
<%# XmlConvert.DecodeName(((MessagePart)Container.DataItem).Name) %>:
" class="button">
<% } } } %>

<%#GetLocalizedText("SoapTitle")%>

<%#GetLocalizedText("SoapText")%>

<%#GetSoapOperationInput(false)%>
<%#GetSoapOperationOutput(false)%>

<%#GetLocalizedText("Soap1_2Title")%>

<%#GetLocalizedText("Soap1_2Text")%>

<%#GetSoapOperationInput(true)%>
<%#GetSoapOperationOutput(true)%>

<%#GetLocalizedText("HttpGetTitle")%>

<%#GetLocalizedText("HttpGetText")%>

<%#HttpGetOperationInput%>
<%#HttpGetOperationOutput%>

<%#GetLocalizedText("HttpPostTitle")%>

<%#GetLocalizedText("HttpPostText")%>

<%#HttpPostOperationInput%>
<%#HttpPostOperationOutput%>

<%#GetLocalizedText("ServiceConformance")%>

<%#GetLocalizedText("ServiceConformanceDetails")%>

<%#GetLocalizedText("ServiceConformanceConfig")%>

<configuration>
  <system.web>
    <webServices>
      <conformanceWarnings>
        <remove name='BasicProfile1_1'/>
      </conformanceWarnings>
    </webServices>
  </system.web>
</configuration>

<%#GetLocalizedText("ServiceConformanceList")%>


<%#((BasicProfileViolation)Container.DataItem).NormativeStatement%>: <%#((BasicProfileViolation)Container.DataItem).Details%>
- <%#Container.DataItem%>

<%#GetLocalizedText("Recommendation")%>: <%#((BasicProfileViolation)Container.DataItem).Recommendation%>


<%#GetLocalizedText("ServiceConformanceHelp")%>


<%#GetLocalizedText("DefaultNamespaceWarning1")%>

<%#GetLocalizedText("DefaultNamespaceWarning2")%>

<%#GetLocalizedText("DefaultNamespaceHelp1")%>

<%#GetLocalizedText("DefaultNamespaceHelp2")%>

<%#GetLocalizedText("DefaultNamespaceHelp3")%>

C#

[WebService(Namespace="http://microsoft.com/webservices/")]
public class MyWebService {
    // <%#GetLocalizedText("Implementation")%>
}

Visual Basic

<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService
    ' <%#GetLocalizedText("Implementation")%>
End Class

C++

[WebService(Namespace="http://microsoft.com/webservices/")]
public ref class MyWebService {
    // <%#GetLocalizedText("Implementation")%>
};

<%#GetLocalizedText("DefaultNamespaceHelp4")%>

<%#GetLocalizedText("DefaultNamespaceHelp5")%>

<%#GetLocalizedText("DefaultNamespaceHelp6")%>

<%#GetLocalizedText("LinkBack", new object[] { EscapedFileName })%>

<%#GetLocalizedText("MethodNotFound")%>

<%#GetLocalizedText("MethodNotFoundText", new object[] { Server.HtmlEncode(OperationName), ServiceName })%>