Home > Backend Development > PHP Tutorial > NuSOAP是什么

NuSOAP是什么

PHPz
Release: 2020-09-05 09:46:25
Original
1544 people have browsed it

NuSOAP是一组功能强大的PHP类,它可以让使用和创建SOAP消息变得相当简单。NuSOAP由Dirtrich Ayala编写,可以无缝地与很多流行的SOAP服务实现交互。

NuSOAP是什么

NuSOAP的特性

NuSOAP提供了很多令人印象深刻的特性,包括:

  • 简单:NuSOAP的面向对象方法隐藏了SOAP消息组装、解析、提交和接收的有关细节,使用户集中于应用程序本身。

  • WSDL生成和导入:NuSOAP可以生成一个对应于所发布Web服务的WSDL文档,并且能导入一个WSDL引用在NuSOAP客户端使用。

  • 代理类:NuSOAP可以生成的一个代理类,允许调用远程方法,如同调用本地方法一样。

  • HTTP代理:出于多种原因(安全性和审计是其中两个原因),有些客户端被强制将请求委托给HTTP代理,由代理代表客户端执行请求。也就是说,需要所有SOAP请求都传递给此代理,而不是直接查询服务器。NuSOAP为指定代理服务器提供了基本支持。

  • SSL:如果可以通过PHP使用CURL扩展,NuSOAP还支持通过SSL的安全通信。

更多相关知识,请访问 PHP中文网!!

Related labels:
php
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