https://ct303.isaachosting.ca/IISWCFPortal/WCFPortal.svc

ID de exploración:
fb56b5a9-5473-4689-9985-3b3f62d79875Finalizado
URL enviada:
https://ct303.isaachosting.ca/IISWCFPortal/WCFPortal.svc
Informe finalizado:

Enlaces: 0 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 3 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 1 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistro
errornetwork
URL
https://ct303.isaachosting.ca/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

El cuerpo HTML sin procesar de la página

<html lang="en"><head><link rel="alternate" type="text/xml" href="http://ct303.isaachosting.ca/IISWCFPortal/WcfPortal.svc?disco"><style type="text/css">#content{ FONT-SIZE: 0.7em; PADDING-BOTTOM: 2em; MARGIN-LEFT: 30px}BODY{MARGIN-TOP: 0px; MARGIN-LEFT: 0px; COLOR: #000000; FONT-FAMILY: Verdana; BACKGROUND-COLOR: white}P{MARGIN-TOP: 0px; MARGIN-BOTTOM: 12px; COLOR: #000000; FONT-FAMILY: Verdana}PRE{BORDER-RIGHT: #f0f0e0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f0f0e0 1px solid; MARGIN-TOP: -5px; PADDING-LEFT: 5px; FONT-SIZE: 1.2em; PADDING-BOTTOM: 5px; BORDER-LEFT: #f0f0e0 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #f0f0e0 1px solid; FONT-FAMILY: Courier New; BACKGROUND-COLOR: #e5e5cc}.heading1{MARGIN-TOP: 0px; PADDING-LEFT: 15px; FONT-WEIGHT: normal; FONT-SIZE: 26px; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 3px; MARGIN-LEFT: -30px; WIDTH: 100%; COLOR: #ffffff; PADDING-TOP: 10px; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #003366}.intro{display: block; font-size: 1em;}</style><title>WcfPortal Service</title></head><body><div id="content" role="main"><h1 class="heading1">WcfPortal Service</h1><br><p class="intro">You have created a service.</p><p class="intro">To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:</p> <br><pre>svcutil.exe <a href="http://ct303.isaachosting.ca/IISWCFPortal/WcfPortal.svc?wsdl">http://ct303.isaachosting.ca/IISWCFPortal/WcfPortal.svc?wsdl</a></pre><p>You can also access the service description as a single file:<br></p><pre><a href="http://ct303.isaachosting.ca/IISWCFPortal/WcfPortal.svc?singleWsdl">http://ct303.isaachosting.ca/IISWCFPortal/WcfPortal.svc?singleWsdl</a></pre><p></p><p></p><p class="intro">This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:<br></p><h2 class="intro">C#</h2><br><pre><font color="blue">class </font><font color="black">Test
</font>{
<font color="blue">    static void </font>Main()
    {
        <font color="black">WcfPortalClient</font> client = <font color="blue">new </font><font color="black">WcfPortalClient</font>();

<font color="darkgreen">        // Use the 'client' variable to call operations on the service.

</font><font color="darkgreen">        // Always close the client.
</font>        client.Close();
    }
}
</pre><br><h2 class="intro">Visual Basic</h2><br><pre><font color="blue">Class </font><font color="black">Test
</font><font color="blue">    Shared Sub </font>Main()
<font color="blue">        Dim </font>client As <font color="black">WcfPortalClient</font> = <font color="blue">New </font><font color="black">WcfPortalClient</font>()
<font color="darkgreen">        ' Use the 'client' variable to call operations on the service.

</font><font color="darkgreen">        ' Always close the client.
</font>        client.Close()
<font color="blue">    End Sub
</font><font color="blue">End Class</font></pre></div></body></html>