Zend_Soap_Client --HOw to pass what function to call from wsdl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi all,


Is it possible to define (pass a argument  'function name') that we can
change the function to call from soap? for example here we can pass getList
and then = $client->geList()  must call... it means pass what function to
call from wsdl...

$this->_helper->results('this func must call from wsdl')



class Zend_Controller_Action_Helper_Results extends
Zend_Controller_Action_Helper_Abstract
{


$client = new Zend_Soap_Client('http://192.168.200.18/neuron.wsdl',
$options);
$result = $client->*getUsers*();




Regards,
Shahrzad Khorrami

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux