SOAP_1_1
(int)
|
1 |
soap_version
オプションを SoapServer::__construct() や
SoapClient::__construct()
に渡す際、SOAP 1.1 を使うように指定します。
|
SOAP_1_2
(int)
|
2 |
soap_version
オプションを SoapServer::__construct() や
SoapClient::__construct()
に渡す際、SOAP 1.2 を使うように指定します。
|
SOAP_PERSISTENCE_SESSION
(int)
|
1 |
|
SOAP_PERSISTENCE_REQUEST
(int)
|
2 |
|
SOAP_FUNCTIONS_ALL
(int)
|
999 |
|
SOAP_ENCODED
(int)
|
1 |
use
オプションを SoapClient::__construct()
に渡す際、SOAP エンコーディングを使うように指定します。
|
SOAP_LITERAL
(int)
|
2 |
use
オプションを SoapClient::__construct()
に渡す際、サービス特有のエンコーディングを使うように指定します。
|
SOAP_RPC
(int)
|
1 |
style
オプションを SoapClient::__construct()
に渡す際、RPC スタイルのバインディングを使うように指定します。
|
SOAP_DOCUMENT
(int)
|
2 |
style
オプションを SoapClient::__construct()
に渡す際、ドキュメントのバインディングを使うよに指定します。
|
SOAP_ACTOR_NEXT
(int)
|
1 |
|
SOAP_ACTOR_NONE
(int)
|
2 |
|
SOAP_ACTOR_UNLIMATERECEIVER
(int)
|
3 |
|
SOAP_COMPRESSION_ACCEPT
(int)
|
32 |
compression オプション
の一部を SoapClient::__construct()
に渡す際、"Accept-Encoding" を使うことを指定します。
|
SOAP_COMPRESSION_GZIP
(int)
|
0 |
compression オプション
の一部を SoapClient::__construct()
に渡す際、gzip 圧縮 を使うことを指定します。
|
SOAP_COMPRESSION_DEFLATE
(int)
|
16 |
compression オプション
の一部を SoapClient::__construct()
に渡す際、deflate 圧縮 を使うことを指定します。
|
SOAP_AUTHENTICATION_BASIC
(int)
|
0 |
authentication オプションを
SoapClient::__construct()
に渡す際、Basic 認証を使うことを指定します。
|
SOAP_AUTHENTICATION_DIGEST
(int)
|
1 |
authentication オプションを
SoapClient::__construct()
に渡す際、Digest 認証を使うことを指定します。
|
SOAP_SSL_METHOD_TLS
(int)
|
0 |
推奨されていない
ssl_method オプション
と一緒に、
SoapClient::__construct() で使います。
|
SOAP_SSL_METHOD_SSLv2
(int)
|
1 |
推奨されていない
ssl_method オプション
と一緒に、
SoapClient::__construct() で使います。
|
SOAP_SSL_METHOD_SSLv3
(int)
|
2 |
推奨されていない
ssl_method オプション
と一緒に、
SoapClient::__construct() で使います。
|
SOAP_SSL_METHOD_SSLv23
(int)
|
3 |
推奨されていない
ssl_method オプション
と一緒に、
SoapClient::__construct() で使います。
|
UNKNOWN_TYPE
(int)
|
999998 |
|
XSD_STRING
(int)
|
101 |
|
XSD_BOOLEAN
(int)
|
102 |
|
XSD_DECIMAL
(int)
|
103 |
|
XSD_FLOAT
(int)
|
104 |
|
XSD_DOUBLE
(int)
|
105 |
|
XSD_DURATION
(int)
|
106 |
|
XSD_DATETIME
(int)
|
107 |
|
XSD_TIME
(int)
|
108 |
|
XSD_DATE
(int)
|
109 |
|
XSD_GYEARMONTH
(int)
|
110 |
|
XSD_GYEAR
(int)
|
111 |
|
XSD_GMONTHDAY
(int)
|
112 |
|
XSD_GDAY
(int)
|
113 |
|
XSD_GMONTH
(int)
|
114 |
|
XSD_HEXBINARY
(int)
|
115 |
|
XSD_BASE64BINARY
(int)
|
116 |
|
XSD_ANYURI
(int)
|
上にスクロール