- 扫描 ID:
- fb56b5a9-5473-4689-9985-3b3f62d79875已完成
- 提交的 URL:
- https://ct303.isaachosting.ca/IISWCFPortal/WCFPortal.svc
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
HTML
页面的原始 HTML 正文
<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>