in reply to RPC::XML error

Sounds like http://lovalhost:80 (shouldn't that be localhost) returns HTML, and that sounds wrong for something called RPC::XML.

Replies are listed 'Best First'.
Re^2: RPC::XML error
by Aishu (Initiate) on Mar 25, 2010 at 06:20 UTC
    ya sorry that is localhost. If its wrong then in what format should the output be sent and how?
      You need an RPC server that takes an RPC request, executes it and returns an RPC response.
        Thanku. But i am using perlwebserver( http://perlwebserver.sourceforge.net ) already. Won't it help? Or if you know any specific server do tell me.. Thanku once again