Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions reference/soap/book.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: mch Status: ready -->
<!-- EN-Revision: 89205c88a79fcaad39fd043ed5ef695cd7bf813e Maintainer: mch Status: ready -->
<!-- Reviewed: no -->

<book xml:id="book.soap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>SOAP</title>
<title>Модуль SOAP</title>
<titleabbrev>SOAP</titleabbrev>

<preface xml:id="intro.soap">
&reftitle.intro;
<para>
Модуль SOAP может использоваться для написания как серверной, так и клиентской
части. Он реализует спецификации <link xlink:href="&spec.soap1.1;">SOAP 1.1</link>,
<link xlink:href="&spec.soap1.2;">SOAP 1.2</link> и <link
xlink:href="&spec.wsdl;">WSDL 1.1</link>.
На основе модуля SOAP пишут серверные и клиентские части SOAP-приложений.
Модуль поддерживает подмножества спецификаций <link xlink:href="&spec.soap1.1;">SOAP 1.1</link>,
<link xlink:href="&spec.soap1.2;">SOAP 1.2</link>
и <link xlink:href="&spec.wsdl;">WSDL 1.1</link>.
</para>
</preface>

&reference.soap.setup;
&reference.soap.constants;
<!-- &reference.soap.examples; -->
&reference.soap.reference;

&reference.soap.soapclient;
Expand All @@ -29,6 +27,8 @@
&reference.soap.soapparam;
&reference.soap.soapvar;

&reference.soap.soap.sdl;
&reference.soap.soap.url;

</book>
<!-- Keep this comment at the end of the file
Expand Down
59 changes: 59 additions & 0 deletions reference/soap/soap.sdl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 89205c88a79fcaad39fd043ed5ef695cd7bf813e Maintainer: malferov Status: ready -->
<!-- Reviewed: no -->
<reference xmlns="http://docbook.org/ns/docbook" xml:id="class.soap-sdl" role="class">
<title>Класс Soap\Sdl</title>
<titleabbrev>Soap\Sdl</titleabbrev>

<partintro>

<!-- {{{ Soap\Sdl intro -->
<section xml:id="soap-sdl.intro">
&reftitle.intro;
<simpara>
Полностью непрозрачный класс, которым с PHP 8.4.0 заменили ресурс (&resource;) <literal>soap_sdl</literal>.
</simpara>
</section>
<!-- }}} -->

<section xml:id="soap-sdl.synopsis">
&reftitle.classsynopsis;

<!-- {{{ Synopsis -->
<packagesynopsis>
<package>Soap</package>

<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>Sdl</classname>
</ooclass>
</classsynopsis>
</packagesynopsis>
<!-- }}} -->

</section>

</partintro>

</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:"~/.phpdoc/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
-->
59 changes: 59 additions & 0 deletions reference/soap/soap.url.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 89205c88a79fcaad39fd043ed5ef695cd7bf813e Maintainer: malferov Status: ready -->
<!-- Reviewed: no -->
<reference xmlns="http://docbook.org/ns/docbook" xml:id="class.soap-url" role="class">
<title>Класс Soap\Url</title>
<titleabbrev>Soap\Url</titleabbrev>

<partintro>

<!-- {{{ Soap\Url intro -->
<section xml:id="soap-url.intro">
&reftitle.intro;
<simpara>
Полностью непрозрачный класс, которым с PHP 8.4.0 заменили ресурс (&resource;) <literal>soap_url</literal>.
</simpara>
</section>
<!-- }}} -->

<section xml:id="soap-url.synopsis">
&reftitle.classsynopsis;

<!-- {{{ Synopsis -->
<packagesynopsis>
<package>Soap</package>

<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>Url</classname>
</ooclass>
</classsynopsis>
</packagesynopsis>
<!-- }}} -->

</section>

</partintro>

</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:"~/.phpdoc/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
-->
12 changes: 7 additions & 5 deletions reference/soap/soapclient.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: c0e48705eb88453af785e0e4a6cbd526085dfe3a Maintainer: mch Status: ready -->
<!-- EN-Revision: 89205c88a79fcaad39fd043ed5ef695cd7bf813e Maintainer: mch Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.soapclient" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

Expand All @@ -12,8 +12,10 @@
<section xml:id="soapclient.intro">
&reftitle.intro;
<para>
Класс SoapClient представляет собой клиента для серверов <link xlink:href="&spec.soap1.1;">SOAP 1.1</link>, <link
xlink:href="&spec.soap1.2;">SOAP 1.2</link>. Он может использоваться в режиме с WSDL или без него.
На основе класса SoapClient пишут клиентские части SOAP-приложений
для обмена сообщениями с SOAP-серверами с поддержкой подмножества спецификаций <link xlink:href="&spec.soap1.1;">SOAP 1.1</link>
и <link xlink:href="&spec.soap1.2;">SOAP 1.2</link>. Класс поддерживает обмен сообщениями
в режиме следования правилам WSDL-разметки или с ручным описанием параметров взаимодействия.
</para>
</section>
<!-- }}} -->
Expand Down Expand Up @@ -66,7 +68,7 @@
</fieldsynopsis>
<fieldsynopsis>
<modifier>private</modifier>
<type class="union"><type>resource</type><type>null</type></type>
<type class="union"><type>Soap\Sdl</type><type>null</type></type>
<varname linkend="soapclient.props.sdl">sdl</varname>
<initializer>null</initializer>
</fieldsynopsis>
Expand All @@ -84,7 +86,7 @@
</fieldsynopsis>
<fieldsynopsis>
<modifier>private</modifier>
<type class="union"><type>resource</type><type>null</type></type>
<type class="union"><type>Soap\Url</type><type>null</type></type>
<varname linkend="soapclient.props.httpurl">httpurl</varname>
<initializer>null</initializer>
</fieldsynopsis>
Expand Down
Loading