Monday, October 11, 2010

php-soap configuration

INSTALLATION OF nusoap ON UBUNTU

1.To enable SOAP support, configure PHP with --enable-soap .

2.sudo aptitude install php-soap

3.The behaviour of these functions is affected by settings in php.ini.

SOAP Configure Options Name Default Changeable Changelog
soap.wsdl_cache_enabled 1 PHP_INI_ALL
soap.wsdl_cache_dir /tmp PHP_INI_ALL
soap.wsdl_cache_ttl 86400 PHP_INI_ALL
soap.wsdl_cache 1 PHP_INI_ALL
soap.wsdl_cache_limit 5 PHP_INI_ALL