echo "\ndone\n"; Returns the following : C:\tmp\soap>php sql.php response: No Handler found for parameters done What is wrong and how do i fix it ? CUCM version 7.1 and the WSDL file from the downloaded axltoolkit.
Subject: RE: php executeSQLQuery returns No "Handler found for parameters" Replied by: RICO HESSELLUND on 25-06-2011 06:32:10 AM Ok,.....
I feel stupid right now.
i found the problem af few days back, the problem was that PHP was unable to read the wsdl file correctly and it just said unknown functionname (unknown parameteres[]) when i did a var_dump($client->__getFunctions());
I tried copying in diffent wsdl files but little did it help.
It works now.... After i have restartet the PC....And yes, i have seen that PHP caches the wsdl file, but didnt thing about it at the time.
The file that is working for me is the file from the WSDL-AXIS catalog.
and the version if my php is :
C:\tmp\soap>php --version PHP 5.3.6 (cli) (built: Mar 17 2011 10:48:37) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: