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

Small errors in docs for server-side XML-RPC

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • unspecified
    • None
    • Website
    • None
    • Operating System: Other
      Platform: Other
    • 9458

    Description

      In the section "Using XML-RPC within a Servlet environment", the code reads:

      byte[] result = xmlrpc.execute (request.getInputStream ());
      ...
      response.setContentLength (result.length ());

      should read
      response.setContentLength (result.length);

      As well, the section mentions that a full example servlet is included in the
      package, however I have been unable to find one. Is this something that's still
      pending?

      Attachments

        Activity

          People

            Unassigned Unassigned
            arozeluk@compugen.com Andriy Rozeluk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: