File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: c0e48705eb88453af785e0e4a6cbd526085dfe3a Maintainer: mch Status: ready -->
2+ <!-- EN-Revision: 89205c88a79fcaad39fd043ed5ef695cd7bf813e Maintainer: mch Status: ready -->
33<!-- Reviewed: no -->
44<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" >
55
1212 <section xml : id =" soapclient.intro" >
1313 &reftitle.intro;
1414 <para >
15- Класс SoapClient представляет собой клиента для серверов <link xlink : href =" &spec.soap1.1; " >SOAP 1.1</link >, <link
16- xlink : href =" &spec.soap1.2; " >SOAP 1.2</link >. Он может использоваться в режиме с WSDL или без него.
15+ На основе класса SoapClient пишут клиентские части SOAP-приложений
16+ для обмена сообщениями с SOAP-серверами с поддержкой подмножества спецификаций <link xlink : href =" &spec.soap1.1; " >SOAP 1.1</link >
17+ и <link xlink : href =" &spec.soap1.2; " >SOAP 1.2</link >. Класс поддерживает обмен сообщениями
18+ в режиме следования правилам WSDL-разметки или с ручным описанием параметров взаимодействия.
1719 </para >
1820 </section >
1921<!-- }}} -->
6668 </fieldsynopsis >
6769 <fieldsynopsis >
6870 <modifier >private</modifier >
69- <type class =" union" ><type >resource </type ><type >null</type ></type >
71+ <type class =" union" ><type >Soap\Sdl </type ><type >null</type ></type >
7072 <varname linkend =" soapclient.props.sdl" >sdl</varname >
7173 <initializer >null</initializer >
7274 </fieldsynopsis >
8486 </fieldsynopsis >
8587 <fieldsynopsis >
8688 <modifier >private</modifier >
87- <type class =" union" ><type >resource </type ><type >null</type ></type >
89+ <type class =" union" ><type >Soap\Url </type ><type >null</type ></type >
8890 <varname linkend =" soapclient.props.httpurl" >httpurl</varname >
8991 <initializer >null</initializer >
9092 </fieldsynopsis >
You can’t perform that action at this time.
0 commit comments