in reply to Re: RPC::XML error
in thread RPC::XML error

ya sorry that is localhost. If its wrong then in what format should the output be sent and how?

Replies are listed 'Best First'.
Re^3: RPC::XML error
by ikegami (Patriarch) on Mar 25, 2010 at 06:30 UTC
    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
        RPC::XML::Server perhaps? Wakeup :)