php-doc-en/reference/soap/reference.xml
Mehdi Achour f5b98efde7 added some SOAP document, taken from http://cvs.php.net/co.php/php-src/ext/soap/readme.html?login=2&r=1.5
# please be kind and don't touch this, Dmitry and I are still working on this


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152252 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 14:31:49 +00:00

60 lines
1.6 KiB
XML

<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<reference id="ref.soap">
<title>SOAP Functions</title>
<titleabbrev>SOAP</titleabbrev>
<partintro>
<section id="soap.intro">
&reftitle.intro;
&warn.experimental;
<para>
The SOAP extension can be used to write SOAP Servers and Clients. It supports
subsets of <ulink url="spec.soap1.1">SOAP 1.1</ulink>, <ulink
url="spec.soap1.2">SOAP 1.2</ulink> and <ulink
url="spec.wsdl">WSDL 1.1</ulink> specifications.
</para>
</section>
<section id="soap.requirements">
&reftitle.required;
<para>
This extension makes use of the <ulink url="&url.domxml;">GNOME xml
library</ulink>. Download and install this library. You will need at
least libxml-2.5.4.
</para>
</section>
&reference.soap.ini;
<section id="soap.installation">
&reftitle.install;
<para>
This extension is only available if PHP was configured with
<option role="configure">--enable-soap</option>.
</para>
</section>
</partintro>
&reference.soap.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->