<%#ServiceName%>
<%#ServiceDocumentation%>
<%#GetLocalizedText("OperationsIntro", new object[] { EscapedFileName + "?WSDL" })%>
MessageName="<%#DataBinder.Eval(Container.DataItem, "Key")%>"
<%#DataBinder.Eval(Container.DataItem, "Value.Documentation")%>
<%#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")%> <% } } } else { // showPost if (!ShowingHttpPost) { if (requestIsLocal) { %> <%#GetLocalizedText("NoTestNonPrimitive")%> <% } else { %> <%#GetLocalizedText("NoTestFormRemote")%> <% } } else { if (!ShowPostTestForm) { %> <%#GetLocalizedText("NoTestNonPrimitive")%> <% } else { %> <%#GetLocalizedText("TestText")%> <% } } } %><%#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 })%>