Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Microsoft Visual Studio 10.0/Common7/Packages/1033/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> <xsl:template match="/"> <h1 _locID="L_string01_Text">Web Services on the Local Machine</h1> <p _locID="L_string02_Text">The Web services and Discovery Documents available on your VS.NET developer machine are listed below. Click the service link to browse that service.</p> <table class="listpage" cellpadding="3" cellspacing="1" frame="void" bordercolor="#ffffff" rules="rows" width="100%" align="center"> <xsl:choose> <xsl:when test="localDiscovery/contractRef"> <tr valign="center" align="left"> <td class="header" width="125" _locID="L_string03_Text" nowrap="true">Services</td> <td class="header" id="120">URL</td> </tr> <xsl:for-each select="localDiscovery/contractRef" order-by='@ref'> <tr valign="center" align="left"> <td class="tbltext"> <a _locID="L_string04_Text"><xsl:attribute name="href"><xsl:value-of select="@ref" /></xsl:attribute><xsl:value-of select="@name" /></a> </td> <td class="tbltext" nowrap="true"> <xsl:value-of select="@ref" /> </td> </tr> </xsl:for-each> </xsl:when> </xsl:choose> <xsl:choose> <xsl:when test="localDiscovery/discoveryRef"> <tr valign="center" align="left"> <td class="header" _locID="L_string05_Text">Discovery Documents</td> <td class="header" _locID="L_string06_Text">URL</td> </tr> <xsl:for-each select="localDiscovery/discoveryRef" order-by='@ref'> <tr valign="center" align="left"> <td class="tbltext"> <a _locID="L_string07_Text"><xsl:attribute name="href"><xsl:value-of select="@ref" /></xsl:attribute><xsl:value-of select="@name" /></a> </td> <td class="tbltext" nowrap="true"> <xsl:value-of select="@ref" /> </td> </tr> </xsl:for-each> </xsl:when> </xsl:choose> <xsl:choose> <xsl:when test="discoveryError"> <tr valign="center" align="left"> <tr> <td class="tbltext" colspan="2" _locID="L_string09_Text">There was an error while enumerating services on local machine: </td> </tr> </tr> <xsl:for-each select="discoveryError"> <tr valign="center" align="left"> <td class="tbltext"> <xsl:value-of select="@errorMessage" /> </td> </tr> </xsl:for-each> </xsl:when> </xsl:choose> <xsl:choose> <xsl:when test="localDiscovery/contractRef | localDiscovery/discoveryRef | discoveryError"></xsl:when> <xsl:otherwise> <tr> <td class="tbltext" colspan="2" _locID="L_string08_Text">None - No Web services were found on the local computer.</td> </tr> </xsl:otherwise> </xsl:choose> </table> </xsl:template> </xsl:stylesheet>