PHP Manual
Function Reference
Web Services
OAuth
SOAP
Yar
XML-RPC
OAuthException
Introduction
Web Services
PHP Manual
SOAP
Table of Contents
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
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 constructor
SoapClient::__doRequest
— Performs a SOAP request
SoapClient::__getCookies
— Get list of cookies
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
— Returns the SOAP headers from the last response
SoapClient::__getTypes
— Returns a list of SOAP types
SoapClient::__setCookie
— Defines a cookie for SOAP requests
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
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
— Issue SoapServer fault indicating an error
SoapServer::getFunctions
— Returns list of defined functions
SoapServer::__getLastResponse
— Returns last SOAP response
SoapServer::handle
— Handles a SOAP request
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
SoapFault
— The SoapFault class
SoapFault::__construct
— SoapFault constructor
SoapFault::__toString
— Obtain a string representation of a SoapFault
SoapHeader
— The SoapHeader class
SoapHeader::__construct
— SoapHeader constructor
SoapParam
— The SoapParam class
SoapParam::__construct
— SoapParam constructor
SoapVar
— The SoapVar class
SoapVar::__construct
— SoapVar constructor