<%@ Page Language="C#" Inherits="System.Web.UI.Page" %> <%@ Assembly Name="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Import Namespace="Microsoft.SharePoint.Utilities" %> <%@ Import Namespace="Microsoft.SharePoint" %> <%@ Import Namespace="Microsoft.SharePoint.WebControls" %> <%@ Import Namespace="Microsoft.SharePoint.Administration" %> <% SPSite spServer = SPControl.GetContextSite(Context); SPWeb spWeb = SPControl.GetContextWeb(Context); %> <% Response.ContentType = "text/xml"; %> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/alerts.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/Authentication.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/copy.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/diagnostics.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/dspsts.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/dws.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/forms.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/imaging.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/lists.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/meetings.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/People.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/permissions.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/SharepointEmailWS.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/SiteData.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/sites.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/spsearch.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/UserGroup.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/versions.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/views.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/WebPartPages.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_bin/webs.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> <% if (spServer.WebApplication is SPAdministrationWebApplication) { %> docRef=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spWeb.Url + "/_vti_adm/Admin.asmx"),Response.Output); %> xmlns="http://schemas.xmlsoap.org/disco/scl/" /> xmlns="http://schemas.xmlsoap.org/disco/" /> <% } %>