On Sun, Oct 26, 2008 at 8:59 AM, pein <[EMAIL PROTECTED]> wrote:
>
> Hi, I have the following code:
>       try {
>            XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
>            config.setServerURL(new
> URL("http://localhost:8080/roller/giggs";));

You might find the link that Brian Levine posted to be helpful, but I
think that URL is your first problem. Assuming that the Blog Client
API is enabled in your instance of Roller, the URL should be:

   http://localhost:8080/roller/roller-services/xmlrpc

Hope that helps...

- Dave

Reply via email to