>
> I had set up an XML-RPC client for using a demo service of the XML-RPC server
> on the Zend Framework website, and I instantiated it and use the call()
> instance method.
>
> What I had done is given below
[...]
>
> What's wrong in my code, pls help ....
There is nothing wrong with your code. There isn't a xmlrpc
server at framework.zend.com/xmlrpc
Try another webservice, e.g. freshmeat.net
$client = new Zend_XmlRpc_Client('http://freshmeat.net/xmlrpc/');
$result = $client->call('fetch_available_licenses');
var_dump($result);
Regards,
--
Rolando Espinoza La fuente
Pro Soft Resources Inc.
www.prosoftpeople.com
没有评论:
发表评论