- ID de l'analyse :
- fb56b5a9-5473-4689-9985-3b3f62d79875Terminée
- URL soumise :
- https://ct303.isaachosting.ca/IISWCFPortal/WCFPortal.svc
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<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>