PHP 访问 webService 是不是只有 这个soapClient,有其他的访问方式吗?

WBOY
Release: 2016-06-06 20:39:39
Original
930 people have browsed it

PHP 访问 webService 是不是只有 这个soapClient,有其他的访问方式吗?这种访问方式的性能怎么样?PHP访问webservice的性能与谁有关呢?

希望大神解答!!

回复内容:

PHP 访问 webService 是不是只有 这个soapClient,有其他的访问方式吗?这种访问方式的性能怎么样?PHP访问webservice的性能与谁有关呢?

希望大神解答!!

好像我的回答有点跑题了。对于webService就只有这种方式了。在PHP中


现在对于接口中常用的方法有以下几种:

  1. 就是你说的webservice
    WebService是采用HTTP协议传输数据,采用XML格式封装数据。这种优缺点网上也非常多的介绍。可以找找就可以了。
  2. 还有一种是restful风格的
    详细可以了解理解RESTful架构
  3. 对于php还有RPC风格
    详细可以了解Yar – 并行的RPC框架

对于1、2支持多种语言。至于返回的数据格式大多采用json.对于第3.这个在只是在PHP之间调用了。最大的优点就是并行调用。

具体还是要根据你所需求来定采用哪一种了。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template