Hi there, I'm trying to communicate with my Xindice through the XMLRPC-API from the SOAP::Lite Modul in Perl. The Xindice XMLRPC Handler is installed (Filter: 'XMLRPCHandler' added to filtering chain) but I simply cannot connect to Xindice... My Code:
use XMLRPC::Lite;
print XMLRPC::Lite
-> proxy('http://localhost:4080')
-> call('db.getDocumentCount', "/db/test")
-> result;
and the error message:
503 Service Unavailable at D:\daniel\codetests\test_xmlrpc.pl line 3
Any ideas?
Daniel Kr�ger
