Here are the available services for Archiva's XMLRPC: http://archiva.apache.org/ref/1.3.1/apidocs/org/apache/archiva/web/xmlrpc/api/package-summary.html
You might also want to take a look at the sample XMLRPC client we have here: http://svn.apache.org/repos/asf/archiva/tags/archiva-1.3.1/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-client/src/main/java/org/apache/archiva/web/xmlrpc/client/SampleClient.java Thanks, Deng On Thu, Nov 25, 2010 at 2:24 AM, shay te <[email protected]> wrote: > > hey > i am on this for days > i am looking for a very simple way to call archiva xmlrpc service > using this API "http://ws.apache.org/xmlrpc/" > without making things so complicated ,just transfer parameters and get > response > (it is XMLRPC standard after all) > > my only problem is , that i dont know the name of the services > i get this error > org.apache.xmlrpc.XmlRpcException: No such handler: authenticate > at > org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:186) > at > org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145) > at > org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94) > ..... > > can you just show a specification of the service so i can communicate with > it the open way > please please > > > > -- > View this message in context: > http://old.nabble.com/simple-simple-way-to-interact-using-xmlrcp-tp30298651p30298651.html > Sent from the archiva-dev mailing list archive at Nabble.com. > >
