码迷,mamicode.com
首页 > Web开发 > 详细

PHP-WebService中Endpoint、Disco、WSDL都是做什么的?

时间:2016-04-14 17:56:33      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

Endpoint: http://webservice.webxml.com.cn/WebServices/WeatherWS.asmx  
web服务的URI地址,你访问之后,就会出现web服务的相关类描述、方法列表以及方法描述。 

技术分享

Disco: http://webservice.webxml.com.cn/WebServices/WeatherWS.asmx?disco
通过这个可以找到该web服务。即利用了web服务发现机制中的一种发现机制disco。

技术分享

WSDL: http://webservice.webxml.com.cn/WebServices/WeatherWS.asmx?wsdl
该web服务的描述性语言。即Web Services Description Language。用来描述你的web服务定义的方法和属性、binding协议部分、port端口以及服务URI。

技术分享

 

附录:

  PHP搭建WebService:http://www.cnblogs.com/JohnABC/p/3552308.html

PHP-WebService中Endpoint、Disco、WSDL都是做什么的?

标签:

原文地址:http://www.cnblogs.com/JohnABC/p/5391806.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!