PHP擴充—SOAP

伊谢尔伦
發布: 2016-11-21 16:54:22
原創
1491 人瀏覽過

一、概述與安裝

SOAP擴充可用於編寫SOAP伺服器和用戶端,支援 SOAP 1.1, SOAP 1.2 和 WSDL 1.1 規格的子集。

此擴充功能需要 libxml PHP 擴充。這表示需要使用 --enable-libxml ,儘管這將隱式完成因為 libxml 是缺省開啟的。

要開啟SOAP支援, 設定PHP 時要加上 --enable-soap .

二、相關函數

is_soap_fault — Checks if a SOAP call has failed

三、相關類別及成員函數

SoapClient

SoapClient::__call — Calls a SOAP function (deprecated)

SoapClient::__construct iento__aquest​​oquest​​equest​​也

unctions — Returns list of available SOAP functions

SoapClient::__getLastRequest — Returns last SOAP request

SoapClient::__getLastRequestHeaders — Returns the SO1 headme the

SoapClient::__getLastResponseHeaders — Returns the SOAP headers from the last response

SoapClient::_____

SoapClient::__setSoapHeaders — Sets SOAP headers for subsequent calls

SoapClient::__soapCall — Calls a SOAP function

SoapClient::或 more functions to handle SOAP requests

SoapServer::addSoapHeader — Add a SOAP header to the response

SoapServer::__construct — SoapServer constructor

So of defined functions

SoapServer::handle — Handles a SOAP request

SoapServer::setClass — Sets the class which handles SOAP requests

SoapServer::setObject — Sets the object whapths be used toapleamAP​​sl. persistence mode

SoapServer::SoapServer — SoapServer constructor

SoapFault

SoapFault::__construct — SoapFault constructor

So representation of a SoapFault

SoapHeader

SoapHeader::__construct — SoapHeader constructor

SoapHeader::SoapHeader — SoapHeader constructor

SoapParam

So SoapVar

SoapVar::__construct — SoapVar constructor

SoapVar::SoapVar — SoapVar constructor

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板