this is confusing. I've tried a separate hosted client server from a different ISP running PHP 4 and PHP5 . I've tried connecting to two separate zimbra servers. There are no firewalls blocking port 7071 and I can access admin console on port 7071 via web browser.
PHP libcurl & soap are installed and enabled (details below).
I'm still getting a curl error 7 when I try to run a PHP page which call a simple zimbra PHP soap function .
Is there a simple PHP script anyone can give me to do a basic soap auth/logon test and return a result ?
I'm stuck here as it should be straight forward according to the success of other users in the forum have had.
Thanks,
Derek
soap
Soap Client enabled
Soap Server enabled
Directive Local Value Master Value
soap.wsdl_cache 1 1
soap.wsdl_cache_dir /tmp /tmp
soap.wsdl_cache_enabled 1 1
soap.wsdl_cache_limit 5 5
soap.wsdl_cache_ttl 86400 86400
curl
cURL support enabled
cURL Information libcurl/7.12.1 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6
Last edited by DEREKB; 09-24-2008 at 02:12 PM..
|