mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-20 19:08:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152531 c90b9560-bf6c-de11-be94-00142212c4b1
62 lines
1.6 KiB
XML
62 lines
1.6 KiB
XML
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- 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>
|
|
|
|
<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>
|
|
|
|
&reference.soap.ini;
|
|
&reference.soap.constants;
|
|
|
|
</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
|
|
-->
|