Web Services是由企业发布的完成其特定商务需求的在线应用服务,其他公司或应用软件能够通过Internet来访问并使用这项在线服务。在这里我们使用soap协议往webservice发送信息,然后得到webservice服务器返回过来的信息,以此来查询手机号码的归属地信息。Web Servic...
分类:
移动开发 时间:
2014-06-23 00:26:41
阅读次数:
309
WEB SEVICE平台web Service 三种基本元素: SOAP 、WSDL 、UDDI什么是SOAP: XML+HTTP 基本的Web Service平台 SOAP 简易对象访问协议 ,是一宗用于发送消息的格式,独立于平台,独立于语言,基于XML什么是WSDL: WSDL是基于XML的.....
分类:
Web程序 时间:
2014-06-21 08:36:17
阅读次数:
229
Web Service It is based on SOAP and return data in XML form. It support only HTTP protocol. It is not open source...
场景:导入解决方案时,如果一个实体的字段属性类型,发生了变化,则解决方案导入失败;解决办法:方案一:直接更改数据库的数据类型select * from new_MSCRM.MetadataSchema.AttributeTypesselect * from new_MSCRM.MetadataSch...
分类:
其他好文 时间:
2014-06-15 17:41:59
阅读次数:
145
non-wsdl 顾名思义就是不使用wsdl文件进行的webserver服务事实上个人觉得用wsdl模式还不如使用non-wsdl模式,wsdl模式稍加麻烦!1、网站运行环境下开启soap模块(php5.0+)2、服务端脚本,(本次我们提供一个按照姓名查身份证号码的webserver)'http:/...
分类:
Web程序 时间:
2014-06-14 23:29:54
阅读次数:
383
class_name = $class_name; $this->service_name = $service_name; } /** * SoapDiscovery::getWSDL() Returns the WSDL of a class if the cl...
分类:
Web程序 时间:
2014-06-14 20:53:59
阅读次数:
360