reference/soap/constants.xml
37280533a76693adac626a37ffc8daa2276400ce
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<appendix xml:id="soap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
&reftitle.constants;
6
5
&extension.constants;
...
...
@@ -21,7 +20,11 @@
21
20
(<type>int</type>)
22
21
</entry>
23
22
<entry>1</entry>
24
-
<entry></entry>
23
+
<entry>
24
+
Specifies use of SOAP 1.1 when passed as <literal>soap_version</literal>
25
+
option to <methodname>SoapServer::__construct</methodname> or
26
+
<methodname>SoapClient::__construct</methodname>.
27
+
</entry>
25
28
</row>
26
29
<row xml:id="constant.soap-1-2">
27
30
<entry>
...
...
@@ -29,7 +32,11 @@
29
32
(<type>int</type>)
30
33
</entry>
31
34
<entry>2</entry>
32
-
<entry></entry>
35
+
<entry>
36
+
Specifies use of SOAP 1.2 when passed as <literal>soap_version</literal>
37
+
option to <methodname>SoapServer::__construct</methodname> or
38
+
<methodname>SoapClient::__construct</methodname>.
39
+
</entry>
33
40
</row>
34
41
<row xml:id="constant.soap-persistence-session">
35
42
<entry>
...
...
@@ -37,7 +44,7 @@
37
44
(<type>int</type>)
38
45
</entry>
39
46
<entry>1</entry>
40
-
<entry></entry>
47
+
<entry/>
41
48
</row>
42
49
<row xml:id="constant.soap-persistence-request">
43
50
<entry>
...
...
@@ -45,7 +52,7 @@
45
52
(<type>int</type>)
46
53
</entry>
47
54
<entry>2</entry>
48
-
<entry></entry>
55
+
<entry/>
49
56
</row>
50
57
<row xml:id="constant.soap-functions-all">
51
58
<entry>
...
...
@@ -53,7 +60,7 @@
53
60
(<type>int</type>)
54
61
</entry>
55
62
<entry>999</entry>
56
-
<entry></entry>
63
+
<entry/>
57
64
</row>
58
65
<row xml:id="constant.soap-encoded">
59
66
<entry>
...
...
@@ -61,7 +68,10 @@
61
68
(<type>int</type>)
62
69
</entry>
63
70
<entry>1</entry>
64
-
<entry></entry>
71
+
<entry>
72
+
Specifies use of SOAP Encoding when passed as <literal>use</literal>
73
+
option to <methodname>SoapClient::__construct</methodname>.
74
+
</entry>
65
75
</row>
66
76
<row xml:id="constant.soap-literal">
67
77
<entry>
...
...
@@ -69,7 +79,10 @@
69
79
(<type>int</type>)
70
80
</entry>
71
81
<entry>2</entry>
72
-
<entry></entry>
82
+
<entry>
83
+
Specifies use of service-specific encoding when passed as <literal>use</literal>
84
+
option to <methodname>SoapClient::__construct</methodname>.
85
+
</entry>
73
86
</row>
74
87
<row xml:id="constant.soap-rpc">
75
88
<entry>
...
...
@@ -77,7 +90,10 @@
77
90
(<type>int</type>)
78
91
</entry>
79
92
<entry>1</entry>
80
-
<entry></entry>
93
+
<entry>
94
+
Specifies use of RPC-style binding when passed as <literal>style</literal>
95
+
option to <methodname>SoapClient::__construct</methodname>.
96
+
</entry>
81
97
</row>
82
98
<row xml:id="constant.soap-document">
83
99
<entry>
...
...
@@ -85,7 +101,10 @@
85
101
(<type>int</type>)
86
102
</entry>
87
103
<entry>2</entry>
88
-
<entry></entry>
104
+
<entry>
105
+
Specifies use of document binding when passed as <literal>style</literal>
106
+
option to <methodname>SoapClient::__construct</methodname>.
107
+
</entry>
89
108
</row>
90
109
<row xml:id="constant.soap-actor-next">
91
110
<entry>
...
...
@@ -93,7 +112,7 @@
93
112
(<type>int</type>)
94
113
</entry>
95
114
<entry>1</entry>
96
-
<entry></entry>
115
+
<entry/>
97
116
</row>
98
117
<row xml:id="constant.soap-actor-none">
99
118
<entry>
...
...
@@ -101,7 +120,7 @@
101
120
(<type>int</type>)
102
121
</entry>
103
122
<entry>2</entry>
104
-
<entry></entry>
123
+
<entry/>
105
124
</row>
106
125
<row xml:id="constant.soap-actor-unlimatereceiver">
107
126
<entry>
...
...
@@ -109,7 +128,7 @@
109
128
(<type>int</type>)
110
129
</entry>
111
130
<entry>3</entry>
112
-
<entry></entry>
131
+
<entry/>
113
132
</row>
114
133
<row xml:id="constant.soap-compression-accept">
115
134
<entry>
...
...
@@ -117,7 +136,13 @@
117
136
(<type>int</type>)
118
137
</entry>
119
138
<entry>32</entry>
120
-
<entry></entry>
139
+
<entry>
140
+
Specifies use of an "Accept-Encoding" header
141
+
when passed as part of
142
+
<link linkend="soapclient.construct.options.compression">
143
+
the <parameter>compression</parameter> option</link>
144
+
to <methodname>SoapClient::__construct</methodname>.
145
+
</entry>
121
146
</row>
122
147
<row xml:id="constant.soap-compression-gzip">
123
148
<entry>
...
...
@@ -125,7 +150,13 @@
125
150
(<type>int</type>)
126
151
</entry>
127
152
<entry>0</entry>
128
-
<entry></entry>
153
+
<entry>
154
+
Specifies use of gzip compression
155
+
when passed as part of
156
+
<link linkend="soapclient.construct.options.compression">
157
+
the <parameter>compression</parameter> option</link>
158
+
to <methodname>SoapClient::__construct</methodname>.
159
+
</entry>
129
160
</row>
130
161
<row xml:id="constant.soap-compression-deflate">
131
162
<entry>
...
...
@@ -133,7 +164,13 @@
133
164
(<type>int</type>)
134
165
</entry>
135
166
<entry>16</entry>
136
-
<entry></entry>
167
+
<entry>
168
+
Specifies use of deflate compression
169
+
when passed as part of
170
+
<link linkend="soapclient.construct.options.compression">
171
+
the <parameter>compression</parameter> option</link>
172
+
to <methodname>SoapClient::__construct</methodname>.
173
+
</entry>
137
174
</row>
138
175
<row xml:id="constant.soap-authentication-basic">
139
176
<entry>
...
...
@@ -141,7 +178,11 @@
141
178
(<type>int</type>)
142
179
</entry>
143
180
<entry>0</entry>
144
-
<entry></entry>
181
+
<entry>
182
+
Specifies use of HTTP Basic Authentication when passed as
183
+
<literal>authentication</literal> option to
184
+
<methodname>SoapClient::__construct</methodname>.
185
+
</entry>
145
186
</row>
146
187
<row xml:id="constant.soap-authentication-digest">
147
188
<entry>
...
...
@@ -149,7 +190,11 @@
149
190
(<type>int</type>)
150
191
</entry>
151
192
<entry>1</entry>
152
-
<entry></entry>
193
+
<entry>
194
+
Specifies use of HTTP Digest Authentication when passed as
195
+
<literal>authentication</literal> option to
196
+
<methodname>SoapClient::__construct</methodname>.
197
+
</entry>
153
198
</row>
154
199
<row xml:id="constant.soap-ssl-method-tls">
155
200
<entry>
...
...
@@ -157,7 +202,12 @@
157
202
(<type>int</type>)
158
203
</entry>
159
204
<entry>0</entry>
160
-
<entry></entry>
205
+
<entry>
206
+
Used with the deprecated
207
+
<link linkend="soapclient.construct.options.ssl-method">
208
+
<parameter>ssl_method</parameter> option</link>
209
+
to <methodname>SoapClient::__construct</methodname>.
210
+
</entry>
161
211
</row>
162
212
<row xml:id="constant.soap-ssl-method-sslv2">
163
213
<entry>
...
...
@@ -165,7 +215,12 @@
165
215
(<type>int</type>)
166
216
</entry>
167
217
<entry>1</entry>
168
-
<entry></entry>
218
+
<entry>
219
+
Used with the deprecated
220
+
<link linkend="soapclient.construct.options.ssl-method">
221
+
<parameter>ssl_method</parameter> option</link>
222
+
to <methodname>SoapClient::__construct</methodname>.
223
+
</entry>
169
224
</row>
170
225
<row xml:id="constant.soap-ssl-method-sslv3">
171
226
<entry>
...
...
@@ -173,7 +228,12 @@
173
228
(<type>int</type>)
174
229
</entry>
175
230
<entry>2</entry>
176
-
<entry></entry>
231
+
<entry>
232
+
Used with the deprecated
233
+
<link linkend="soapclient.construct.options.ssl-method">
234
+
<parameter>ssl_method</parameter> option</link>
235
+
to <methodname>SoapClient::__construct</methodname>.
236
+
</entry>
177
237
</row>
178
238
<row xml:id="constant.soap-ssl-method-sslv23">
179
239
<entry>
...
...
@@ -181,7 +241,12 @@
181
241
(<type>int</type>)
182
242
</entry>
183
243
<entry>3</entry>
184
-
<entry></entry>
244
+
<entry>
245
+
Used with the deprecated
246
+
<link linkend="soapclient.construct.options.ssl-method">
247
+
<parameter>ssl_method</parameter> option</link>
248
+
to <methodname>SoapClient::__construct</methodname>.
249
+
</entry>
185
250
</row>
186
251
<row xml:id="constant.unknown-type">
187
252
<entry>
...
...
@@ -189,7 +254,7 @@
189
254
(<type>int</type>)
190
255
</entry>
191
256
<entry>999998</entry>
192
-
<entry></entry>
257
+
<entry/>
193
258
</row>
194
259
<row xml:id="constant.xsd-string">
195
260
<entry>
...
...
@@ -197,7 +262,7 @@
197
262
(<type>int</type>)
198
263
</entry>
199
264
<entry>101</entry>
200
-
<entry></entry>
265
+
<entry/>
201
266
</row>
202
267
<row xml:id="constant.xsd-boolean">
203
268
<entry>
...
...
@@ -205,7 +270,7 @@
205
270
(<type>int</type>)
206
271
</entry>
207
272
<entry>102</entry>
208
-
<entry></entry>
273
+
<entry/>
209
274
</row>
210
275
<row xml:id="constant.xsd-decimal">
211
276
<entry>
...
...
@@ -213,7 +278,7 @@
213
278
(<type>int</type>)
214
279
</entry>
215
280
<entry>103</entry>
216
-
<entry></entry>
281
+
<entry/>
217
282
</row>
218
283
<row xml:id="constant.xsd-float">
219
284
<entry>
...
...
@@ -221,7 +286,7 @@
221
286
(<type>int</type>)
222
287
</entry>
223
288
<entry>104</entry>
224
-
<entry></entry>
289
+
<entry/>
225
290
</row>
226
291
<row xml:id="constant.xsd-double">
227
292
<entry>
...
...
@@ -229,7 +294,7 @@
229
294
(<type>int</type>)
230
295
</entry>
231
296
<entry>105</entry>
232
-
<entry></entry>
297
+
<entry/>
233
298
</row>
234
299
<row xml:id="constant.xsd-duration">
235
300
<entry>
...
...
@@ -237,7 +302,7 @@
237
302
(<type>int</type>)
238
303
</entry>
239
304
<entry>106</entry>
240
-
<entry></entry>
305
+
<entry/>
241
306
</row>
242
307
<row xml:id="constant.xsd-datetime">
243
308
<entry>
...
...
@@ -245,7 +310,7 @@
245
310
(<type>int</type>)
246
311
</entry>
247
312
<entry>107</entry>
248
-
<entry></entry>
313
+
<entry/>
249
314
</row>
250
315
<row xml:id="constant.xsd-time">
251
316
<entry>
...
...
@@ -253,7 +318,7 @@
253
318
(<type>int</type>)
254
319
</entry>
255
320
<entry>108</entry>
256
-
<entry></entry>
321
+
<entry/>
257
322
</row>
258
323
<row xml:id="constant.xsd-date">
259
324
<entry>
...
...
@@ -261,7 +326,7 @@
261
326
(<type>int</type>)
262
327
</entry>
263
328
<entry>109</entry>
264
-
<entry></entry>
329
+
<entry/>
265
330
</row>
266
331
<row xml:id="constant.xsd-gyearmonth">
267
332
<entry>
...
...
@@ -269,7 +334,7 @@
269
334
(<type>int</type>)
270
335
</entry>
271
336
<entry>110</entry>
272
-
<entry></entry>
337
+
<entry/>
273
338
</row>
274
339
<row xml:id="constant.xsd-gyear">
275
340
<entry>
...
...
@@ -277,7 +342,7 @@
277
342
(<type>int</type>)
278
343
</entry>
279
344
<entry>111</entry>
280
-
<entry></entry>
345
+
<entry/>
281
346
</row>
282
347
<row xml:id="constant.xsd-gmonthday">
283
348
<entry>
...
...
@@ -285,7 +350,7 @@
285
350
(<type>int</type>)
286
351
</entry>
287
352
<entry>112</entry>
288
-
<entry></entry>
353
+
<entry/>
289
354
</row>
290
355
<row xml:id="constant.xsd-gday">
291
356
<entry>
...
...
@@ -293,7 +358,7 @@
293
358
(<type>int</type>)
294
359
</entry>
295
360
<entry>113</entry>
296
-
<entry></entry>
361
+
<entry/>
297
362
</row>
298
363
<row xml:id="constant.xsd-gmonth">
299
364
<entry>
...
...
@@ -301,7 +366,7 @@
301
366
(<type>int</type>)
302
367
</entry>
303
368
<entry>114</entry>
304
-
<entry></entry>
369
+
<entry/>
305
370
</row>
306
371
<row xml:id="constant.xsd-hexbinary">
307
372
<entry>
...
...
@@ -309,7 +374,7 @@
309
374
(<type>int</type>)
310
375
</entry>
311
376
<entry>115</entry>
312
-
<entry></entry>
377
+
<entry/>
313
378
</row>
314
379
<row xml:id="constant.xsd-base64binary">
315
380
<entry>
...
...
@@ -317,7 +382,7 @@
317
382
(<type>int</type>)
318
383
</entry>
319
384
<entry>116</entry>
320
-
<entry></entry>
385
+
<entry/>
321
386
</row>
322
387
<row xml:id="constant.xsd-anyuri">
323
388
<entry>
...
...
@@ -325,7 +390,7 @@
325
390
(<type>int</type>)
326
391
</entry>
327
392
<entry>117</entry>
328
-
<entry></entry>
393
+
<entry/>
329
394
</row>
330
395
<row xml:id="constant.xsd-qname">
331
396
<entry>
...
...
@@ -333,7 +398,7 @@
333
398
(<type>int</type>)
334
399
</entry>
335
400
<entry>118</entry>
336
-
<entry></entry>
401
+
<entry/>
337
402
</row>
338
403
<row xml:id="constant.xsd-notation">
339
404
<entry>
...
...
@@ -341,7 +406,7 @@
341
406
(<type>int</type>)
342
407
</entry>
343
408
<entry>119</entry>
344
-
<entry></entry>
409
+
<entry/>
345
410
</row>
346
411
<row xml:id="constant.xsd-normalizedstring">
347
412
<entry>
...
...
@@ -349,7 +414,7 @@
349
414
(<type>int</type>)
350
415
</entry>
351
416
<entry>120</entry>
352
-
<entry></entry>
417
+
<entry/>
353
418
</row>
354
419
<row xml:id="constant.xsd-token">
355
420
<entry>
...
...
@@ -357,7 +422,7 @@
357
422
(<type>int</type>)
358
423
</entry>
359
424
<entry>121</entry>
360
-
<entry></entry>
425
+
<entry/>
361
426
</row>
362
427
<row xml:id="constant.xsd-language">
363
428
<entry>
...
...
@@ -365,7 +430,7 @@
365
430
(<type>int</type>)
366
431
</entry>
367
432
<entry>122</entry>
368
-
<entry></entry>
433
+
<entry/>
369
434
</row>
370
435
<row xml:id="constant.xsd-nmtoken">
371
436
<entry>
...
...
@@ -373,7 +438,7 @@
373
438
(<type>int</type>)
374
439
</entry>
375
440
<entry>123</entry>
376
-
<entry></entry>
441
+
<entry/>
377
442
</row>
378
443
<row xml:id="constant.xsd-name">
379
444
<entry>
...
...
@@ -381,7 +446,7 @@
381
446
(<type>int</type>)
382
447
</entry>
383
448
<entry>124</entry>
384
-
<entry></entry>
449
+
<entry/>
385
450
</row>
386
451
<row xml:id="constant.xsd-ncname">
387
452
<entry>
...
...
@@ -389,7 +454,7 @@
389
454
(<type>int</type>)
390
455
</entry>
391
456
<entry>125</entry>
392
-
<entry></entry>
457
+
<entry/>
393
458
</row>
394
459
<row xml:id="constant.xsd-id">
395
460
<entry>
...
...
@@ -397,7 +462,7 @@
397
462
(<type>int</type>)
398
463
</entry>
399
464
<entry>126</entry>
400
-
<entry></entry>
465
+
<entry/>
401
466
</row>
402
467
<row xml:id="constant.xsd-idref">
403
468
<entry>
...
...
@@ -405,7 +470,7 @@
405
470
(<type>int</type>)
406
471
</entry>
407
472
<entry>127</entry>
408
-
<entry></entry>
473
+
<entry/>
409
474
</row>
410
475
<row xml:id="constant.xsd-idrefs">
411
476
<entry>
...
...
@@ -413,7 +478,7 @@
413
478
(<type>int</type>)
414
479
</entry>
415
480
<entry>128</entry>
416
-
<entry></entry>
481
+
<entry/>
417
482
</row>
418
483
<row xml:id="constant.xsd-entity">
419
484
<entry>
...
...
@@ -421,7 +486,7 @@
421
486
(<type>int</type>)
422
487
</entry>
423
488
<entry>129</entry>
424
-
<entry></entry>
489
+
<entry/>
425
490
</row>
426
491
<row xml:id="constant.xsd-entities">
427
492
<entry>
...
...
@@ -429,7 +494,7 @@
429
494
(<type>int</type>)
430
495
</entry>
431
496
<entry>130</entry>
432
-
<entry></entry>
497
+
<entry/>
433
498
</row>
434
499
<row xml:id="constant.xsd-integer">
435
500
<entry>
...
...
@@ -437,7 +502,7 @@
437
502
(<type>int</type>)
438
503
</entry>
439
504
<entry>131</entry>
440
-
<entry></entry>
505
+
<entry/>
441
506
</row>
442
507
<row xml:id="constant.xsd-nonpositiveinteger">
443
508
<entry>
...
...
@@ -445,7 +510,7 @@
445
510
(<type>int</type>)
446
511
</entry>
447
512
<entry>132</entry>
448
-
<entry></entry>
513
+
<entry/>
449
514
</row>
450
515
<row xml:id="constant.xsd-negativeinteger">
451
516
<entry>
...
...
@@ -453,7 +518,7 @@
453
518
(<type>int</type>)
454
519
</entry>
455
520
<entry>133</entry>
456
-
<entry></entry>
521
+
<entry/>
457
522
</row>
458
523
<row xml:id="constant.xsd-long">
459
524
<entry>
...
...
@@ -461,7 +526,7 @@
461
526
(<type>int</type>)
462
527
</entry>
463
528
<entry>134</entry>
464
-
<entry></entry>
529
+
<entry/>
465
530
</row>
466
531
<row xml:id="constant.xsd-int">
467
532
<entry>
...
...
@@ -469,7 +534,7 @@
469
534
(<type>int</type>)
470
535
</entry>
471
536
<entry>135</entry>
472
-
<entry></entry>
537
+
<entry/>
473
538
</row>
474
539
<row xml:id="constant.xsd-short">
475
540
<entry>
...
...
@@ -477,7 +542,7 @@
477
542
(<type>int</type>)
478
543
</entry>
479
544
<entry>136</entry>
480
-
<entry></entry>
545
+
<entry/>
481
546
</row>
482
547
<row xml:id="constant.xsd-byte">
483
548
<entry>
...
...
@@ -485,7 +550,7 @@
485
550
(<type>int</type>)
486
551
</entry>
487
552
<entry>137</entry>
488
-
<entry></entry>
553
+
<entry/>
489
554
</row>
490
555
<row xml:id="constant.xsd-nonnegativeinteger">
491
556
<entry>
...
...
@@ -493,7 +558,7 @@
493
558
(<type>int</type>)
494
559
</entry>
495
560
<entry>138</entry>
496
-
<entry></entry>
561
+
<entry/>
497
562
</row>
498
563
<row xml:id="constant.xsd-unsignedlong">
499
564
<entry>
...
...
@@ -501,7 +566,7 @@
501
566
(<type>int</type>)
502
567
</entry>
503
568
<entry>139</entry>
504
-
<entry></entry>
569
+
<entry/>
505
570
</row>
506
571
<row xml:id="constant.xsd-unsignedint">
507
572
<entry>
...
...
@@ -509,7 +574,7 @@
509
574
(<type>int</type>)
510
575
</entry>
511
576
<entry>140</entry>
512
-
<entry></entry>
577
+
<entry/>
513
578
</row>
514
579
<row xml:id="constant.xsd-unsignedshort">
515
580
<entry>
...
...
@@ -517,7 +582,7 @@
517
582
(<type>int</type>)
518
583
</entry>
519
584
<entry>141</entry>
520
-
<entry></entry>
585
+
<entry/>
521
586
</row>
522
587
<row xml:id="constant.xsd-unsignedbyte">
523
588
<entry>
...
...
@@ -525,7 +590,7 @@
525
590
(<type>int</type>)
526
591
</entry>
527
592
<entry>142</entry>
528
-
<entry></entry>
593
+
<entry/>
529
594
</row>
530
595
<row xml:id="constant.xsd-positiveinteger">
531
596
<entry>
...
...
@@ -533,7 +598,7 @@
533
598
(<type>int</type>)
534
599
</entry>
535
600
<entry>143</entry>
536
-
<entry></entry>
601
+
<entry/>
537
602
</row>
538
603
<row xml:id="constant.xsd-nmtokens">
539
604
<entry>
...
...
@@ -541,7 +606,7 @@
541
606
(<type>int</type>)
542
607
</entry>
543
608
<entry>144</entry>
544
-
<entry></entry>
609
+
<entry/>
545
610
</row>
546
611
<row xml:id="constant.xsd-anytype">
547
612
<entry>
...
...
@@ -549,7 +614,7 @@
549
614
(<type>int</type>)
550
615
</entry>
551
616
<entry>145</entry>
552
-
<entry></entry>
617
+
<entry/>
553
618
</row>
554
619
<row xml:id="constant.xsd-anyxml">
555
620
<entry>
...
...
@@ -557,7 +622,7 @@
557
622
(<type>int</type>)
558
623
</entry>
559
624
<entry>147</entry>
560
-
<entry></entry>
625
+
<entry/>
561
626
</row>
562
627
<row xml:id="constant.apache-map">
563
628
<entry>
...
...
@@ -565,7 +630,7 @@
565
630
(<type>int</type>)
566
631
</entry>
567
632
<entry>200</entry>
568
-
<entry></entry>
633
+
<entry/>
569
634
</row>
570
635
<row xml:id="constant.soap-enc-object">
571
636
<entry>
...
...
@@ -573,7 +638,7 @@
573
638
(<type>int</type>)
574
639
</entry>
575
640
<entry>301</entry>
576
-
<entry></entry>
641
+
<entry/>
577
642
</row>
578
643
<row xml:id="constant.soap-enc-array">
579
644
<entry>
...
...
@@ -581,7 +646,7 @@
581
646
(<type>int</type>)
582
647
</entry>
583
648
<entry>300</entry>
584
-
<entry></entry>
649
+
<entry/>
585
650
</row>
586
651
<row xml:id="constant.xsd-1999-timeinstant">
587
652
<entry>
...
...
@@ -589,23 +654,23 @@
589
654
(<type>int</type>)
590
655
</entry>
591
656
<entry>401</entry>
592
-
<entry></entry>
657
+
<entry/>
593
658
</row>
594
659
<row xml:id="constant.xsd-namespace">
595
660
<entry>
596
661
<constant>XSD_NAMESPACE</constant>
597
-
(<type>int</type>)
662
+
(<type>string</type>)
598
663
</entry>
599
664
<entry>http://www.w3.org/2001/XMLSchema</entry>
600
-
<entry></entry>
665
+
<entry/>
601
666
</row>
602
667
<row xml:id="constant.xsd-1999-namespace">
603
668
<entry>
604
669
<constant>XSD_1999_NAMESPACE</constant>
605
-
(<type>int</type>)
670
+
(<type>string</type>)
606
671
</entry>
607
672
<entry>http://www.w3.org/1999/XMLSchema</entry>
608
-
<entry></entry>
673
+
<entry/>
609
674
</row>
610
675
<row xml:id="constant.soap-single-element-arrays">
611
676
<entry>
...
...
@@ -613,7 +678,12 @@
613
678
(<type>int</type>)
614
679
</entry>
615
680
<entry>1</entry>
616
-
<entry></entry>
681
+
<entry>
682
+
Used with the
683
+
<link linkend="soapclient.construct.options.features">
684
+
<parameter>features</parameter> option</link>
685
+
to <methodname>SoapClient::__construct</methodname>.
686
+
</entry>
617
687
</row>
618
688
<row xml:id="constant.soap-wait-one-way-calls">
619
689
<entry>
...
...
@@ -621,7 +691,12 @@
621
691
(<type>int</type>)
622
692
</entry>
623
693
<entry>2</entry>
624
-
<entry></entry>
694
+
<entry>
695
+
Used with the
696
+
<link linkend="soapclient.construct.options.features">
697
+
<parameter>features</parameter> option</link>
698
+
to <methodname>SoapClient::__construct</methodname>.
699
+
</entry>
625
700
</row>
626
701
<row xml:id="constant.soap-use-xsi-array-type">
627
702
<entry>
...
...
@@ -629,7 +704,12 @@
629
704
(<type>int</type>)
630
705
</entry>
631
706
<entry>4</entry>
632
-
<entry></entry>
707
+
<entry>
708
+
Used with the
709
+
<link linkend="soapclient.construct.options.features">
710
+
<parameter>features</parameter> option</link>
711
+
to <methodname>SoapClient::__construct</methodname>.
712
+
</entry>
633
713
</row>
634
714
<row xml:id="constant.wsdl-cache-none">
635
715
<entry>
...
...
@@ -637,7 +717,14 @@
637
717
(<type>int</type>)
638
718
</entry>
639
719
<entry>0</entry>
640
-
<entry></entry>
720
+
<entry>
721
+
Disables the WSDL cache when used in the
722
+
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link>
723
+
configuration option or the
724
+
<literal>wsdl_cache</literal> option
725
+
to <methodname>SoapClient::__construct</methodname>
726
+
and <methodname>SoapServer::__construct</methodname>.
727
+
</entry>
641
728
</row>
642
729
<row xml:id="constant.wsdl-cache-disk">
643
730
<entry>
...
...
@@ -645,7 +732,14 @@
645
732
(<type>int</type>)
646
733
</entry>
647
734
<entry>1</entry>
648
-
<entry></entry>
735
+
<entry>
736
+
Specifies use of the on-disk WSDL cache only when used in the
737
+
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link>
738
+
configuration option or the
739
+
<literal>wsdl_cache</literal> option
740
+
to <methodname>SoapClient::__construct</methodname>
741
+
and <methodname>SoapServer::__construct</methodname>.
742
+
</entry>
649
743
</row>
650
744
<row xml:id="constant.wsdl-cache-memory">
651
745
<entry>
...
...
@@ -653,7 +747,14 @@
653
747
(<type>int</type>)
654
748
</entry>
655
749
<entry>2</entry>
656
-
<entry></entry>
750
+
<entry>
751
+
Specifies use of the in-memory WSDL cache only when used in the
752
+
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link>
753
+
configuration option or the
754
+
<literal>wsdl_cache</literal> option
755
+
to <methodname>SoapClient::__construct</methodname>
756
+
and <methodname>SoapServer::__construct</methodname>.
757
+
</entry>
657
758
</row>
658
759
<row xml:id="constant.wsdl-cache-both">
659
760
<entry>
...
...
@@ -661,13 +762,19 @@
661
762
(<type>int</type>)
662
763
</entry>
663
764
<entry>3</entry>
664
-
<entry></entry>
765
+
<entry>
766
+
Specifies use of both on-disk and in-memory WSDL caches when used in the
767
+
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link>
768
+
configuration option or the
769
+
<literal>wsdl_cache</literal> option
770
+
to <methodname>SoapClient::__construct</methodname>
771
+
and <methodname>SoapServer::__construct</methodname>.
772
+
</entry>
665
773
</row>
666
774
</tbody>
667
775
</tgroup>
668
776
</table>
669
777
</appendix>
670
-

671
778
<!-- Keep this comment at the end of the file
672
779
Local variables:
673
780
mode: sgml
...
...
@@ -688,4 +795,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
688
795
vim: et tw=78 syn=sgml
689
796
vi: ts=1 sw=1
690
797
-->
691
-

692
798