sandbox SOAP PHP trouble

2011-05-20 Thread Claudio Pomo
Hi, I've a SOAP extension enable but whene I try to lunch exemple code "GetAllCampings.php", on shell, this is the response: Fatal error: This client library requires the SOAP extension to be activated. See http://php.net/manual/en/soap.installation.php for details. in /Users/claudio/Downloads/aw_

Re: sandbox SOAP PHP trouble

2011-05-20 Thread Evgeniy Bogdanov
Hi Claudio. Are you sure that you've installed SoapClient extension? Create file with And execute it. Search for SOAP keyword. If you don't have it you need to install it. Installation of this extension is depends on your operating system. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: sandbox SOAP PHP trouble

2011-05-20 Thread Claudio Pomo
Hi Evgeniy, this is the response of 'phpinfo()' on my shell. Probably I've a problem with php claudio$ php index.php PHP Warning: PHP Startup: Unable to load dynamic library './ php_mcrypt.dll' - (null) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library './ php_mysq

Re: sandbox SOAP PHP trouble

2011-05-20 Thread Evgeniy Bogdanov
Hi Claudio. Yes, you're right. You don't have PHP SOAP extension. I'm not familiar with Darwin or Mac OS yet. :) Try to use this link http://wiki.developerforce.com/index.php/Workbench#Option_4:_Compile_and_install_soap_module to install SOAP extension. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: sandbox SOAP PHP trouble

2011-05-21 Thread Claudio Pomo
Hi Evgeniy, thank you for your help!!! On 20 Mag, 21:01, Evgeniy Bogdanov wrote: > Hi Claudio. > > Yes, you're right. > You don't have PHP SOAP extension. I'm not familiar with Darwin or Mac > OS yet. :) > Try to use this > linkhttp://wiki.developerforce.com/index.php/Workbench#Option_4:_Compil