Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1009

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>The SoapServer class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="soapclient.soapclient.html">SoapClient::SoapClient</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="soapserver.addfunction.html">SoapServer::addFunction</a></div>
 <div class="up"><a href="book.soap.html">SOAP</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.soapserver" class="reference">

 <h1 class="title">The SoapServer class</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 5 &gt;= 5.0.1)</p>


  <div class="section" id="soapserver.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
    The SoapServer class provides a server for the <a href="http://www.w3.org/TR/soap11/" class="link external">&raquo;&nbsp;SOAP 1.1</a> and <a href="http://www.w3.org/TR/soap12/" class="link external">&raquo;&nbsp;SOAP 1.2</a> protocols. It can be used with or without a WSDL service description.
   </p>
  </div>


  <div class="section" id="soapserver.synopsis">
   <h2 class="title">Class synopsis</h2>


   <div class="classsynopsis">
    <div class="ooclass"></div>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">SoapServer</strong>
     </span>
     {</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="soapserver.addfunction.html" class="methodname">addFunction</a></span>
    ( <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$functions</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="soapserver.addsoapheader.html" class="methodname">addSoapHeader</a></span>
    ( <span class="methodparam"><span class="type"><a href="class.soapheader.html" class="type SoapHeader">SoapHeader</a></span> <code class="parameter">$object</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>  <span class="methodname"><a href="soapserver.construct.html" class="methodname">__construct</a></span>
    ( <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$wsdl</code></span>
   [, <span class="methodparam"><span class="type">array</span> <code class="parameter">$options</code></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="soapserver.fault.html" class="methodname">fault</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$code</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$string</code></span>
   [, <span class="methodparam"><span class="type">string</span> <code class="parameter">$actor</code></span>
   [, <span class="methodparam"><span class="type">string</span> <code class="parameter">$details</code></span>
   [, <span class="methodparam"><span class="type">string</span> <code class="parameter">$name</code></span>
  ]]] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">array</span> <span class="methodname"><a href="soapserver.getfunctions.html" class="methodname">getFunctions</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="soapserver.handle.html" class="methodname">handle</a></span>
    ([ <span class="methodparam"><span class="type">string</span> <code class="parameter">$soap_request</code></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="soapserver.setclass.html" class="methodname">setClass</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$class_name</code></span>
   [, <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$args</code></span>
   [, <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$...</code></span>
  ]] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="soapserver.setobject.html" class="methodname">setObject</a></span>
    ( <span class="methodparam"><span class="type">object</span> <code class="parameter">$object</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="soapserver.setpersistence.html" class="methodname">setPersistence</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$mode</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>  <span class="methodname"><a href="soapserver.soapserver.html" class="methodname">SoapServer</a></span>
    ( <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$wsdl</code></span>
   [, <span class="methodparam"><span class="type">array</span> <code class="parameter">$options</code></span>
  ] )</div>

   }</div>


  </div>

 </div>

 







































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="soapserver.addfunction.html">SoapServer::addFunction</a> — Adds one or more functions to handle SOAP requests</li><li><a href="soapserver.addsoapheader.html">SoapServer::addSoapHeader</a> — Add a SOAP header to the response</li><li><a href="soapserver.construct.html">SoapServer::__construct</a> — SoapServer constructor</li><li><a href="soapserver.fault.html">SoapServer::fault</a> — Issue SoapServer fault indicating an error</li><li><a href="soapserver.getfunctions.html">SoapServer::getFunctions</a> — Returns list of defined functions</li><li><a href="soapserver.handle.html">SoapServer::handle</a> — Handles a SOAP request</li><li><a href="soapserver.setclass.html">SoapServer::setClass</a> — Sets the class which handles SOAP requests</li><li><a href="soapserver.setobject.html">SoapServer::setObject</a> — Sets the object which will be used to handle SOAP requests</li><li><a href="soapserver.setpersistence.html">SoapServer::setPersistence</a> — Sets SoapServer persistence mode</li><li><a href="soapserver.soapserver.html">SoapServer::SoapServer</a> — SoapServer constructor</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="soapclient.soapclient.html">SoapClient::SoapClient</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="soapserver.addfunction.html">SoapServer::addFunction</a></div>
 <div class="up"><a href="book.soap.html">SOAP</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>