ylbtech-WebService-XML Web: 创建和使用 XML Web 服务 |
创建和使用 XML Web 服务。小案例实现 Web 服务的创建、发布和调用。
1.A,发布者(Promulgator)返回顶部 |
发布者网站(The Publisher site web)
/App_Code/WebService.cs
View Code
1.B,调用者(Caller)返回顶部 |
调用者网站(The Caller site web)
1.B.0, 网站右键添加“添加 Web 引用” 【略】
/App_WebReferences/
/App_WebReferences/localhost/
/App_WebReferences/localhost/WebService.discomap
/App_WebReferences/localhost/WebService.disco
/App_WebReferences/localhost/WebService.wsdl
/Web.config【添加后 web 会添加这样一条注册】
<configuration> <appSettings> <add key="localhost.WebService" value="http://localhost:50864/WebSite/WebService.asmx"/> </appSettings> </configuration>
1.B.1,
/DemoHouTai.aspx
View Code
/DemoHouTai.aspx.cs
View Code
1.B.2,
/DemoHouTai2.aspx
View Code
/DemoHouTai2.aspx.cs
View Code
1.B.3,
/DemoQianTai.aspx
View Code
1.B.4,
/DemoQianTai2.aspx
View Code
1.C,资源下载(Free Download)返回顶部 |
http://files.cnblogs.com/ylbtech/XmlWeb-WebService-WebForm-PromulgatorAndCaller.rar
本文转自ylbtech博客园博客,原文链接:http://www.cnblogs.com/ylbtech/archive/2013/04/08/3009099.html,如需转载请自行联系原作者