|
21 | 21 | (<type>int</type>) |
22 | 22 | </entry> |
23 | 23 | <entry>1</entry> |
24 | | - <entry></entry> |
| 24 | + <entry> |
| 25 | + Specifies use of SOAP 1.1 when passed as <literal>soap_version</literal> |
| 26 | + option to <function>SoapServer::construct</function> or |
| 27 | + <function>SoapClient::construct</function>. |
| 28 | + </entry> |
25 | 29 | </row> |
26 | 30 | <row xml:id="constant.soap-1-2"> |
27 | 31 | <entry> |
28 | 32 | <constant>SOAP_1_2</constant> |
29 | 33 | (<type>int</type>) |
30 | 34 | </entry> |
31 | 35 | <entry>2</entry> |
32 | | - <entry></entry> |
| 36 | + <entry> |
| 37 | + Specifies use of SOAP 1.2 when passed as <literal>soap_version</literal> |
| 38 | + option to <function>SoapServer::construct</function> or |
| 39 | + <function>SoapClient::construct</function>. |
| 40 | + </entry> |
33 | 41 | </row> |
34 | 42 | <row xml:id="constant.soap-persistence-session"> |
35 | 43 | <entry> |
|
61 | 69 | (<type>int</type>) |
62 | 70 | </entry> |
63 | 71 | <entry>1</entry> |
64 | | - <entry></entry> |
| 72 | + <entry> |
| 73 | + Specifies use of SOAP Encoding when passed as <literal>use</literal> |
| 74 | + option to <function>SoapClient::construct</function>. |
| 75 | + </entry> |
65 | 76 | </row> |
66 | 77 | <row xml:id="constant.soap-literal"> |
67 | 78 | <entry> |
68 | 79 | <constant>SOAP_LITERAL</constant> |
69 | 80 | (<type>int</type>) |
70 | 81 | </entry> |
71 | 82 | <entry>2</entry> |
72 | | - <entry></entry> |
| 83 | + <entry> |
| 84 | + Specifies use of service-specific encoding when passed as <literal>use</literal> |
| 85 | + option to <function>SoapClient::construct</function>. |
| 86 | + </entry> |
73 | 87 | </row> |
74 | 88 | <row xml:id="constant.soap-rpc"> |
75 | 89 | <entry> |
76 | 90 | <constant>SOAP_RPC</constant> |
77 | 91 | (<type>int</type>) |
78 | 92 | </entry> |
79 | 93 | <entry>1</entry> |
80 | | - <entry></entry> |
| 94 | + <entry> |
| 95 | + Specifies use of RPC-style binding when passed as <literal>style</literal> |
| 96 | + option to <function>SoapClient::construct</function>. |
| 97 | + </entry> |
81 | 98 | </row> |
82 | 99 | <row xml:id="constant.soap-document"> |
83 | 100 | <entry> |
84 | 101 | <constant>SOAP_DOCUMENT</constant> |
85 | 102 | (<type>int</type>) |
86 | 103 | </entry> |
87 | 104 | <entry>2</entry> |
88 | | - <entry></entry> |
| 105 | + <entry> |
| 106 | + Specifies use of document binding when passed as <literal>style</literal> |
| 107 | + option to <function>SoapClient::construct</function>. |
| 108 | + </entry> |
89 | 109 | </row> |
90 | 110 | <row xml:id="constant.soap-actor-next"> |
91 | 111 | <entry> |
|
141 | 161 | (<type>int</type>) |
142 | 162 | </entry> |
143 | 163 | <entry>0</entry> |
144 | | - <entry></entry> |
| 164 | + <entry> |
| 165 | + Specifies use of HTTP Basic Authentication when passed as |
| 166 | + <literal>authentication</literal> option to |
| 167 | + <function>SoapClient::construct</function>. |
| 168 | + </entry> |
145 | 169 | </row> |
146 | 170 | <row xml:id="constant.soap-authentication-digest"> |
147 | 171 | <entry> |
148 | 172 | <constant>SOAP_AUTHENTICATION_DIGEST</constant> |
149 | 173 | (<type>int</type>) |
150 | 174 | </entry> |
151 | 175 | <entry>1</entry> |
152 | | - <entry></entry> |
| 176 | + <entry> |
| 177 | + Specifies use of HTTP Digest Authentication when passed as |
| 178 | + <literal>authentication</literal> option to |
| 179 | + <function>SoapClient::construct</function>. |
| 180 | + </entry> |
153 | 181 | </row> |
154 | 182 | <row xml:id="constant.soap-ssl-method-tls"> |
155 | 183 | <entry> |
|
0 commit comments