<?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 => 'de',
  ),
  '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 => 'Installation/Konfiguration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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">Einführung</h1>
  <p class="para">
   Die SOAP Erweiterung kann zum Erstellen von SOAP-Servern und -Clients 
   verwendet werden. Sie unterstützt Untermengen der <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>- und <a href="http://www.w3.org/TR/wsdl" class="link external">&raquo;&nbsp;WSDL 1.1</a>-Spezifikationen.
  </p>
 </div>
 
 







 







 
 







 
 






 






 






 







 







 







 
 
<ul class="chunklist chunklist_book"><li><a href="soap.setup.php">Installation/Konfiguration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="soap.requirements.php">Anforderungen</a></li><li><a href="soap.installation.php">Installation</a></li><li><a href="soap.configuration.php">Laufzeit-Konfiguration</a></li></ul></li><li><a href="soap.constants.php">Vordefinierte Konstanten</a></li><li><a href="ref.soap.php">SOAP Funktionen</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.is-soap-fault.php">is_soap_fault</a> — Pr&uuml;ft, ob ein SOAP-Aufruf fehlgeschlagen ist</li><li><a href="function.use-soap-error-handler.php">use_soap_error_handler</a> — Definiert, ob der SOAP-Errorhandler benutzt werden soll</li></ul></li><li><a href="class.soapclient.php">SoapClient</a> — Die Klasse SoapClient<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapclient.call.php">SoapClient::__call</a> — Ruft eine SOAP-Funktion auf (veraltet)</li><li><a href="soapclient.construct.php">SoapClient::__construct</a> — SoapClient-Konstruktor</li><li><a href="soapclient.dorequest.php">SoapClient::__doRequest</a> — F&uuml;hrt eine SOAP-Anfrage aus</li><li><a href="soapclient.getcookies.php">SoapClient::__getCookies</a> — Gibt eine Liste der Cookies zur&uuml;ck</li><li><a href="soapclient.getfunctions.php">SoapClient::__getFunctions</a> — Liefert eine Liste verf&uuml;gbarer SOAP-Funktionen</li><li><a href="soapclient.getlastrequest.php">SoapClient::__getLastRequest</a> — Gibt die letzte SOAP-Anfrage zur&uuml;ck</li><li><a href="soapclient.getlastrequestheaders.php">SoapClient::__getLastRequestHeaders</a> — Gibt die SOAP-Header der letzten Anfrage zur&uuml;ck</li><li><a href="soapclient.getlastresponse.php">SoapClient::__getLastResponse</a> — Gibt die letzte SOAP-Antwort zur&uuml;ck</li><li><a href="soapclient.getlastresponseheaders.php">SoapClient::__getLastResponseHeaders</a> — Gibt die SOAP-Header der letzten Antwort zur&uuml;ck</li><li><a href="soapclient.gettypes.php">SoapClient::__getTypes</a> — Gibt eine Liste der SOAP-Typen zur&uuml;ck</li><li><a href="soapclient.setcookie.php">SoapClient::__setCookie</a> — Definiert ein Cookie f&uuml;r Soap-Anfragen</li><li><a href="soapclient.setlocation.php">SoapClient::__setLocation</a> — Bestimmt die Adresse des zu nutzenden Webservices</li><li><a href="soapclient.setsoapheaders.php">SoapClient::__setSoapHeaders</a> — Setzt die SOAP-Header f&uuml;r nachfolgende Aufrufe</li><li><a href="soapclient.soapcall.php">SoapClient::__soapCall</a> — Ruft eine SOAP-Funktion auf</li></ul></li><li><a href="class.soapserver.php">SoapServer</a> — Die Klasse SoapServer<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapserver.addfunction.php">SoapServer::addFunction</a> — F&uuml;gt eine oder mehrere Funktionen zur Verarbeitung von SOAP-Anfragen hinzu</li><li><a href="soapserver.addsoapheader.php">SoapServer::addSoapHeader</a> — F&uuml;gt der Antwort einen SOAP-Header hinzu</li><li><a href="soapserver.construct.php">SoapServer::__construct</a> — SoapServer-Konstruktor</li><li><a href="soapserver.fault.php">SoapServer::fault</a> — Erzeugt einen SoapServer-Fehler, der einen Fehlerzustand anzeigt</li><li><a href="soapserver.getfunctions.php">SoapServer::getFunctions</a> — Gibt eine Liste aller definierten Funktionen zur&uuml;ck</li><li><a href="soapserver.getlastresponse.php">SoapServer::__getLastResponse</a> — Returns last SOAP response</li><li><a href="soapserver.handle.php">SoapServer::handle</a> — Verarbeitet eine SOAP-Anfrage</li><li><a href="soapserver.setclass.php">SoapServer::setClass</a> — Setzt die Klasse, welche SOAP-Anfragen verarbeitet</li><li><a href="soapserver.setobject.php">SoapServer::setObject</a> — Setzt das Objekt f&uuml;r die Verarbeitung von SOAP-Anfragen</li><li><a href="soapserver.setpersistence.php">SoapServer-&gt;setPersistence()</a> — Versetzt einen SoapServer in den Persistenz-Modus</li></ul></li><li><a href="class.soapfault.php">SoapFault</a> — Die Klasse SoapFault<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapfault.construct.php">SoapFault::__construct</a> — SoapFault-Konstruktor</li><li><a href="soapfault.tostring.php">SoapFault::__toString</a> — Gibt einen SoapFault als Zeichenkette zur&uuml;ck</li></ul></li><li><a href="class.soapheader.php">SoapHeader</a> — Die Klasse SoapHeader<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapheader.construct.php">SoapHeader::__construct</a> — SoapHeader-Konstruktor</li></ul></li><li><a href="class.soapparam.php">SoapParam</a> — Die Klasse SoapParam<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapparam.construct.php">SoapParam::__construct</a> — SoapParam-Konstruktor</li></ul></li><li><a href="class.soapvar.php">SoapVar</a> — Die Klasse SoapVar<ul class="chunklist chunklist_book chunklist_children"><li><a href="soapvar.construct.php">SoapVar::__construct</a> — SoapVar-Konstruktor</li></ul></li></ul></div><?php manual_footer($setup); ?>