Показать сообщение отдельно
Старый 23.03.2011, 20:22   #21
rootor
Новичок
 
Регистрация: 07.03.2010
Сообщений: 13
Сказал(а) спасибо: 43
Поблагодарили 0 раз(а) в 0 сообщениях
rootor На верном пути
По умолчанию

Вероятно у меня не хватает чего -то в PHP.
Версия PhP 5.3.6-2
в php.ini:
PHP код:
***91;soap***93;
Enables or disables WSDL caching feature.
http://php.net/soap.wsdl-cache-enabled
soap.wsdl_cache_enabled=1
extension=php_soap.so
Sets the directory name where SOAP extension will put cache files.
http://php.net/soap.wsdl-cache-dir
soap.wsdl_cache_dir="/tmp"

; (time to liveSets the number of second while cached file will be used
instead of original one.
http://php.net/soap.wsdl-cache-ttl
soap.wsdl_cache_ttl=86400

Sets the size of the cache limit. (Maxnumber of WSDL files to cache)
soap.wsdl_cache_limit 
Более ничего про SOAP нет.
rootor вне форума   Ответить с цитированием