我爱Aspx >> Asp.Net >> Consuming a Webservice Part 2 of 2[等级:高级](转载:aspfree)Consuming a Webservice Part 2 of 2[等级:高级](转载:aspfree)
iscovered how to create a webservice. In this article we@#re going to learn how to consume the 123aspx.com webservice and provide additional value to our users.
Overview
There are 3 parts to consuming a webservice:
1. Discovering the methods are available.
2. Creating a Proxy to the webservice.
3. Calling the webservice
Discovering the methods are available
Before we can begin using a webserivce, we need to understand it. ASP.NET makes this extremely easy by providing a helper page. If you call a webservice from your browser, such as http://64.85.12.73/WebSvc/whatsnew123aspx_ds.asmx , ASP.NET provides us with a very readable interface. In this example, we can see we have only 1 method available to us: GetNewResources. Upon further examination, this webmethod returns a dataset. Here is a screen shot of this page.
Ҷƪл˵?
Creating a Webservice Part 1 o..[05-28]
一个用webservice behavior实现的..[05-28]
加强 WEB SERVICE 的安全性[05-28]
WebService Behavior的一个中文B..[05-28]
Web服务到底是什么(转)[05-28]
WEB服务有待实践的检验[05-28]
一个webseveice的例子[05-28]
正确认识“Web服务”( 转)[05-28]
什么时候应该使用Web Service【转..[05-28]
HOW TO: BETA: Integrate a .NET..[05-28]
Creating a Webservice Part 1 o..[05-28]
一个用webservice behavior实现的..[05-28]
加强 WEB SERVICE 的安全性[05-28]
WebService Behavior的一个中文B..[05-28]
Web服务到底是什么(转)[05-28]
WEB服务有待实践的检验[05-28]
一个webseveice的例子[05-28]
正确认识“Web服务”( 转)[05-28]
什么时候应该使用Web Service【转..[05-28]
WSDL文件详解(转贴)下[05-28]