Uploaded image for project: 'XML-RPC'
  1. XML-RPC
  2. XMLRPC-136

Fault in the example

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.1
    • Website
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            linkemario Mario Linke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: