File: soapclient.xml

package info (click to toggle)
php-doc 20140201-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 74,084 kB
  • ctags: 4,040
  • sloc: xml: 998,137; php: 20,812; cpp: 500; sh: 177; makefile: 63; awk: 28
file content (282 lines) | stat: -rw-r--r-- 10,270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 331352 $ -->

<refentry xml:id="soapclient.soapclient" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
 <refnamediv>
  <refname>SoapClient::SoapClient</refname>
  <refpurpose>SoapClient constructor</refpurpose>
 </refnamediv>

 <refsect1 role="description">
  &reftitle.description;
  <methodsynopsis>
   <modifier>public</modifier> <methodname>SoapClient::SoapClient</methodname>
   <methodparam><type>mixed</type><parameter>wsdl</parameter></methodparam>
   <methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
  </methodsynopsis>
  <para>
   This constructor creates <classname>SoapClient</classname> objects 
   in <literal>WSDL</literal> or <literal>non-WSDL</literal> mode.
  </para>
 </refsect1>

 <refsect1 role="parameters">
  &reftitle.parameters;
  <para>
   <variablelist>
    <varlistentry>
     <term><parameter>wsdl</parameter></term>
     <listitem>
      <para>
       URI of the <literal>WSDL</literal> file or &null; if working in 
       <literal>non-WSDL</literal> mode.
      </para>
      <note>
       <para>
        During development, WSDL caching may be disabled by the
        use of the <literal>soap.wsdl_cache_ttl</literal> &php.ini; setting
        otherwise changes made to the WSDL file will have no effect until
        <literal>soap.wsdl_cache_ttl</literal> is expired. 
       </para>
      </note>
     </listitem>
    </varlistentry>
    <varlistentry>
     <term><parameter>options</parameter></term>
     <listitem>
      <para>
       An array of options. If working in WSDL mode, this parameter is optional.
       If working in non-WSDL mode, the <literal>location</literal> and 
       <literal>uri</literal> options must be set, where <literal>location</literal>
       is the URL of the SOAP server to send the request to, and <literal>uri</literal>
       is the target namespace of the SOAP service.
      </para>
      <para>
       The <literal>style</literal> and <literal>use</literal> options only work in
       non-WSDL mode. In WSDL mode, they come from the WSDL file.
      </para>
      <para>
       The <literal>soap_version</literal> option should be one of either
       <constant>SOAP_1_1</constant> or <constant>SOAP_1_2</constant> to
       select SOAP 1.1 or 1.2, respectively. If omitted, 1.1 is used.
      </para>
      <para>
       For HTTP authentication, the <literal>login</literal> and
       <literal>password</literal> options can be used to supply credentials. 
       For making an HTTP connection through
       a proxy server, the options <literal>proxy_host</literal>,
       <literal>proxy_port</literal>, <literal>proxy_login</literal>
       and <literal>proxy_password</literal> are also available.
       For HTTPS client certificate authentication use
       <literal>local_cert</literal> and <literal>passphrase</literal> options. An 
       authentication may be supplied in the <literal>authentication</literal> 
       option. The authentication method may be either 
       <constant>SOAP_AUTHENTICATION_BASIC</constant> (default) or 
       <constant>SOAP_AUTHENTICATION_DIGEST</constant>.
      </para>
      <para>
       The <literal>compression</literal> option allows to use compression
       of HTTP SOAP requests and responses.
      </para>
      <para>
       The <literal>encoding</literal> option defines internal character 
       encoding. This option does not change the encoding of SOAP requests (it is
       always utf-8), but converts strings into it.
      </para>
      <para>
       The <literal>trace</literal> option enables tracing of request so faults 
       can be backtraced. This defaults to &false;
      </para>
      <para>
       The <literal>classmap</literal> option can be used to map some WSDL 
       types to PHP classes. This option must be an array with WSDL types 
       as keys and names of PHP classes as values.
      </para>
      <para>
       Setting the boolean <literal>trace</literal> option enables use of the
       methods <link linkend="soapclient.getlastrequest">
       SoapClient->__getLastRequest</link>, 
      <link linkend="soapclient.getlastrequestheaders">
       SoapClient->__getLastRequestHeaders</link>,
       <link linkend="soapclient.getlastresponse">
       SoapClient->__getLastResponse</link> and
       <link linkend="soapclient.getlastresponseheaders">
       SoapClient->__getLastResponseHeaders</link>.
      </para>
      <para>
       The <literal>exceptions</literal> option is a boolean value defining whether
       soap errors throw exceptions of type <link
        linkend="soapfault.soapfault">
       SoapFault</link>.
      </para>
      <para>
       The <literal>connection_timeout</literal> option defines a timeout in seconds 
       for the connection to the SOAP service. This option does not define a timeout
       for services with slow responses. To limit the time to wait for calls to finish the 
       <link linkend="ini.default-socket-timeout">default_socket_timeout</link> setting
       is available.
      </para>
      <para>
       The <literal>typemap</literal> option is an array of type mappings.
       Type mapping is an array with keys <literal>type_name</literal>,
       <literal>type_ns</literal> (namespace URI), <literal>from_xml</literal>
       (callback accepting one string parameter) and <literal>to_xml</literal>
       (callback accepting one object parameter).
      </para>
      <para>
       The <literal>cache_wsdl</literal> option is one of
       <constant>WSDL_CACHE_NONE</constant>,
       <constant>WSDL_CACHE_DISK</constant>,
       <constant>WSDL_CACHE_MEMORY</constant> or
       <constant>WSDL_CACHE_BOTH</constant>.
      </para>
      <para>
       The <literal>user_agent</literal> option specifies string to use in
       <literal>User-Agent</literal> header.
      </para>
      <para>
       The <literal>stream_context</literal> option is a <type>resource</type>
       for <link linkend="context">context</link>.
      </para>
      <para>
       The <literal>features</literal> option is a bitmask of
       <constant>SOAP_SINGLE_ELEMENT_ARRAYS</constant>,
       <constant>SOAP_USE_XSI_ARRAY_TYPE</constant>,
       <constant>SOAP_WAIT_ONE_WAY_CALLS</constant>.
      </para>
      <para>
       The <literal>keep_alive</literal> option is a boolean value defining whether
       to send the <literal>Connection: Keep-Alive</literal> header or 
       <literal>Connection: close</literal>.
      </para>
      <para>
       The <literal>ssl_method</literal> option is one of
       <constant>SOAP_SSL_METHOD_TLS</constant>,
       <constant>SOAP_SSL_METHOD_SSLv2</constant>,
       <constant>SOAP_SSL_METHOD_SSLv3</constant> or
       <constant>SOAP_SSL_METHOD_SSLv23</constant>.
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 role="errors">
  &reftitle.errors;
  <para>
   <methodname>SoapClient::SoapClient</methodname> will generate an
   <constant>E_ERROR</constant> error if the <literal>location</literal> and
   <literal>uri</literal> options aren't provided in non-WSDL mode.
  </para>
  <para>
   A <classname>SoapFault</classname> exception will be thrown if the
   <parameter>wsdl</parameter> URI cannot be loaded.
  </para>
 </refsect1>

<refsect1 role="changelog">
  &reftitle.changelog;
  <para>
   <informaltable>
    <tgroup cols="2">
     <thead>
      <row>
       <entry>&Version;</entry>
       <entry>&Description;</entry>
      </row>
     </thead>
     <tbody>
      <row>
       <entry>5.5.0</entry>
       <entry>
        New <literal>ssl_method</literal> option.
       </entry>
      </row>
      <row>
       <entry>5.4.0</entry>
       <entry>
        New <literal>keep_alive</literal> option.
       </entry>
      </row>
     </tbody>
    </tgroup>
   </informaltable>
  </para>
 </refsect1>

 <refsect1 role="examples">
  &reftitle.examples;
  <para>
   <example>
    <title><function>SoapClient::SoapClient</function> example</title>
    <programlisting role="php">
<![CDATA[
<?php

$client = new SoapClient("some.wsdl");

$client = new SoapClient("some.wsdl", array('soap_version'   => SOAP_1_2));

$client = new SoapClient("some.wsdl", array('login'          => "some_name",
                                            'password'       => "some_password"));

$client = new SoapClient("some.wsdl", array('proxy_host'     => "localhost",
                                            'proxy_port'     => 8080));

$client = new SoapClient("some.wsdl", array('proxy_host'     => "localhost",
                                            'proxy_port'     => 8080,
                                            'proxy_login'    => "some_name",
                                            'proxy_password' => "some_password"));

$client = new SoapClient("some.wsdl", array('local_cert'     => "cert_key.pem"));

$client = new SoapClient(null, array('location' => "http://localhost/soap.php",
                                     'uri'      => "http://test-uri/"));

$client = new SoapClient(null, array('location' => "http://localhost/soap.php",
                                     'uri'      => "http://test-uri/",
                                     'style'    => SOAP_DOCUMENT,
                                     'use'      => SOAP_LITERAL));

$client = new SoapClient("some.wsdl", 
  array('compression' => SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP));

$server = new SoapClient("some.wsdl", array('encoding'=>'ISO-8859-1'));

class MyBook {
    public $title;
    public $author;
}

$server = new SoapClient("books.wsdl", array('classmap' => array('book' => "MyBook")));

?>
]]>
    </programlisting>
   </example>
  </para>
 </refsect1>

</refentry>

<!-- 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
-->