SCA::getService
Introduction
Web Services
PHP Manual
SOAP
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
Resource Types
Predefined Constants
SOAP Functions
is_soap_fault
— Checks if a SOAP call has failed
use_soap_error_handler
— Set whether to use the SOAP error handler
SoapClient
— The SoapClient class
SoapClient::__call
— Calls a SOAP function (deprecated)
SoapClient::__construct
— سازنده SoapClient
SoapClient::__doRequest
— Performs a SOAP request
SoapClient::__getFunctions
— Returns list of available SOAP functions
SoapClient::__getLastRequest
— Returns last SOAP request
SoapClient::__getLastRequestHeaders
— Returns the SOAP headers from the last request
SoapClient::__getLastResponse
— Returns last SOAP response
SoapClient::__getLastResponseHeaders
— بازگرداندن سرآیندهای SOAP از آخرین پاسخ
SoapClient::__getTypes
— Returns a list of SOAP types
SoapClient::__setCookie
— The __setCookie purpose
SoapClient::__setLocation
— Sets the location of the Web service to use
SoapClient::__setSoapHeaders
— Sets SOAP headers for subsequent calls
SoapClient::__soapCall
— Calls a SOAP function
SoapClient::SoapClient
— SoapClient constructor
SoapServer
— The SoapServer class
SoapServer::addFunction
— Adds one or more functions to handle SOAP requests
SoapServer::addSoapHeader
— Add a SOAP header to the response
SoapServer::__construct
— SoapServer constructor
SoapServer::fault
— ایجاد خطای SoapServer نشاندهنده مشکل
SoapServer::getFunctions
— بازگرداندن فهرست توابع تعریف شده
SoapServer::handle
— هندل درخواست SOAP
SoapServer::setClass
— Sets the class which handles SOAP requests
SoapServer::setObject
— Sets the object which will be used to handle SOAP requests
SoapServer::setPersistence
— Sets SoapServer persistence mode
SoapServer::SoapServer
— SoapServer constructor
SoapFault
— کلاس SoapFault
SoapFault::__construct
— سازنده SoapFault
SoapFault::SoapFault
— SoapFault constructor
SoapFault::__toString
— Obtain a string representation of a SoapFault
SoapHeader
— کلاس SoapHeader
SoapHeader::__construct
— سازنده SoapHeader
SoapHeader::SoapHeader
— سازنده SoapHeader
SoapParam
— کلاس SoapParam
SoapParam::__construct
— SoapParam constructor
SoapParam::SoapParam
— سازنده SoapParam
SoapVar
— کلاس SoapVar
SoapVar::__construct
— SoapVar constructor
SoapVar::SoapVar
— سازنده SoapVar
SCA::getService
Introduction
Web Services
PHP Manual