<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();

$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'book.soap.php',
    1 => NULL,
    2 => NULL,
  ),
  'up' => 
  array (
    0 => NULL,
    1 => NULL,
  ),
  'prev' => 
  array (
    0 => NULL,
    1 => NULL,
  ),
  'next' => 
  array (
    0 => NULL,
    1 => NULL,
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/soap/book.xml',
  ),
  'history' => 
  array (
  ),
);
$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"></ul></div><?php manual_footer($setup); ?>