You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org> on 2007/03/11 23:44:09 UTC

[jira] Resolved: (XMLRPC-136) Fault in the example

     [ https://issues.apache.org/jira/browse/XMLRPC-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Wiedmann resolved XMLRPC-136.
------------------------------------

    Resolution: Fixed

Applied, thank you!


> Fault in the example
> --------------------
>
>                 Key: XMLRPC-136
>                 URL: https://issues.apache.org/jira/browse/XMLRPC-136
>             Project: XML-RPC
>          Issue Type: Bug
>          Components: Website
>    Affects Versions: 3.0
>            Reporter: Mario Linke
>             Fix For: 3.1
>
>
> On the site: http://ws.apache.org/xmlrpc/advanced.html
> is the fault line:
> config.setServerUrl("http://127.0.0.1:8080/xmlrpc");
> must repleace to:
> config.setServerURL(new URL("http://127.0.0.1:8080/xmlrpc"));
> -> Url to upper case: URL 
> -> arg is not a string, but a URL-object

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.