<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.webservice.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'book.soap.php',
    1 => 'SOAP',
    2 => 'SOAP',
  ),
  'up' => 
  array (
    0 => 'refs.webservice.php',
    1 => 'Web Services',
  ),
  'prev' => 
  array (
    0 => 'class.oauthexception.php',
    1 => 'OAuthException',
  ),
  'next' => 
  array (
    0 => 'soap.setup.php',
    1 => 'Installing/Configuring',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/soap/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.soap.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.soap" class="book">
 
 <h1 class="title">SOAP</h1>
 

 <div id="intro.soap" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="para">
   The SOAP extension can be used to write SOAP Servers and Clients. It supports
   subsets of <a href="http://www.w3.org/TR/soap11/" class="link external">&raquo;&nbsp;SOAP 1.1</a>, <a href="http://www.w3.org/TR/soap12/" class="link external">&raquo;&nbsp;SOAP 1.2</a> and <a href="http://www.w3.org/TR/wsdl" class="link external">&raquo;&nbsp;WSDL 1.1</a> specifications.
  </p>
 </div>

 







 




 
 








 




 




 




 




 




 






<ul class="chunklist chunklist_book"><li><a href="soap.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="soap.requirements.php">Requirements</a></li><li><a href="soap.installation.php">Installation</a></li><li><a href="soap.configuration.php">Runtime Configuration</a></li></ul></li><li><a href="soap.constants.php">Predefined Constants</a></li><li><a href="ref.soap.php">SOAP Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.is-soap-fault.php">is_soap_fault</a> — Checks if a SOAP call has failed</li><li><a href="function.use-soap-error-handler.php">use_soap_error_handler</a> — Set whether to use the SOAP error handler</li></ul></li><li><a href="class.soapclient.php">SoapClient</a> — The SoapClient class<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapclient.call.php">SoapClient::__call</a> — Calls a SOAP function (deprecated)</li><li><a href="soapclient.construct.php">SoapClient::__construct</a> — SoapClient constructor</li><li><a href="soapclient.dorequest.php">SoapClient::__doRequest</a> — Performs a SOAP request</li><li><a href="soapclient.getcookies.php">SoapClient::__getCookies</a> — Get list of cookies</li><li><a href="soapclient.getfunctions.php">SoapClient::__getFunctions</a> — Returns list of available SOAP functions</li><li><a href="soapclient.getlastrequest.php">SoapClient::__getLastRequest</a> — Returns last SOAP request</li><li><a href="soapclient.getlastrequestheaders.php">SoapClient::__getLastRequestHeaders</a> — Returns the SOAP headers from the last request</li><li><a href="soapclient.getlastresponse.php">SoapClient::__getLastResponse</a> — Returns last SOAP response</li><li><a href="soapclient.getlastresponseheaders.php">SoapClient::__getLastResponseHeaders</a> — Returns the SOAP headers from the last response</li><li><a href="soapclient.gettypes.php">SoapClient::__getTypes</a> — Returns a list of SOAP types</li><li><a href="soapclient.setcookie.php">SoapClient::__setCookie</a> — Defines a cookie for SOAP requests</li><li><a href="soapclient.setlocation.php">SoapClient::__setLocation</a> — Sets the location of the Web service to use</li><li><a href="soapclient.setsoapheaders.php">SoapClient::__setSoapHeaders</a> — Sets SOAP headers for subsequent calls</li><li><a href="soapclient.soapcall.php">SoapClient::__soapCall</a> — Calls a SOAP function</li></ul></li><li><a href="class.soapserver.php">SoapServer</a> — The SoapServer class<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapserver.addfunction.php">SoapServer::addFunction</a> — Adds one or more functions to handle SOAP requests</li><li><a href="soapserver.addsoapheader.php">SoapServer::addSoapHeader</a> — Add a SOAP header to the response</li><li><a href="soapserver.construct.php">SoapServer::__construct</a> — SoapServer constructor</li><li><a href="soapserver.fault.php">SoapServer::fault</a> — Issue SoapServer fault indicating an error</li><li><a href="soapserver.getfunctions.php">SoapServer::getFunctions</a> — Returns list of defined functions</li><li><a href="soapserver.getlastresponse.php">SoapServer::__getLastResponse</a> — Returns last SOAP response</li><li><a href="soapserver.handle.php">SoapServer::handle</a> — Handles a SOAP request</li><li><a href="soapserver.setclass.php">SoapServer::setClass</a> — Sets the class which handles SOAP requests</li><li><a href="soapserver.setobject.php">SoapServer::setObject</a> — Sets the object which will be used to handle SOAP requests</li><li><a href="soapserver.setpersistence.php">SoapServer::setPersistence</a> — Sets SoapServer persistence mode</li></ul></li><li><a href="class.soapfault.php">SoapFault</a> — The SoapFault class<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapfault.construct.php">SoapFault::__construct</a> — SoapFault constructor</li><li><a href="soapfault.tostring.php">SoapFault::__toString</a> — Obtain a string representation of a SoapFault</li></ul></li><li><a href="class.soapheader.php">SoapHeader</a> — The SoapHeader class<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapheader.construct.php">SoapHeader::__construct</a> — SoapHeader constructor</li></ul></li><li><a href="class.soapparam.php">SoapParam</a> — The SoapParam class<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapparam.construct.php">SoapParam::__construct</a> — SoapParam constructor</li></ul></li><li><a href="class.soapvar.php">SoapVar</a> — The SoapVar class<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapvar.construct.php">SoapVar::__construct</a> — SoapVar constructor</li></ul></li></ul></div><?php manual_footer($setup); ?>