Source of: /manual/en/intro.soap.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.soap.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'intro.soap.php',
1 => 'Introduction',
),
'up' =>
array (
0 => 'book.soap.php',
1 => 'SOAP',
),
'prev' =>
array (
0 => 'book.soap.php',
1 => 'SOAP',
),
'next' =>
array (
0 => 'soap.setup.php',
1 => 'Installing/Configuring',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<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">» SOAP 1.1</a>, <a href="http://www.w3.org/TR/soap12/" class="link external">» SOAP 1.2</a> and <a href="http://www.w3.org/TR/wsdl" class="link external">» WSDL 1.1</a> specifications.
</p>
</div><?php manual_footer(); ?>