webservice的简单介绍
Web Services技术的组成要素
¢WSDL
¢SOAP
¢UDDI
?
.NET Web Service的实现
Service1.cs
using System;
[WebMethod] public string HelloWorld() { return "Hello World"; } } ? 调用 Service1.asmx <%@ WebService Language="C#" CodeBehind="~/App_Code/Service1.cs" class="Service1" %> (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |