2009年1月22日星期四

Re: [fw-webservices] Problem with Zend_XmlRpc_Client

On Thu, Jan 22, 2009 at 2:35 AM, anz_nabble <anz@feathersoft.de> wrote:
>
> 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

没有评论: