[OGo-XML-RPC] xml-rpc with Perl
Adam Tauno Williams
xmlrpc@opengroupware.org
Thu, 19 Jan 2006 06:41:09 -0500
> i try to get access to our system using the xml-rpc-interface. I want to do this with perl.
> That is the coding for the testing:
Have you looked at
http://docs.opengroupware.org/Members/martinw/xmlrpcExample/view
> I always get the Error "405: Method not allowed".
Is the XML-RPC daemon running? Do you see anything in the XML-RPC log
file?
> I could'nt find an answer to this problem:
> Do i have to allow the access to this methods somewhere?
No.
> Is there a logfile where I can find more detailled information?
There should be something
like /var/log/opengroupware.org/xml-rpd-1.x-[out|err].out
> Has somebody implemented somthing like that and can see an error in this coding?