Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Testing XML-RPC Servers written in Perl

by Plankton (Vicar)
on Mar 26, 2012 at 07:05 UTC ( [id://961602]=note: print w/replies, xml ) Need Help??


in reply to Testing XML-RPC Servers written in Perl

Looks like the problem was in Frontier::Responder itself. I made these changes:
plankton@ubuntu:/usr/local/share/perl/5.10.1/Frontier$ diff Responder. +pm Responder.pm_old 19,20d18 < #plankton I put it back < use CGI; 53,55c51 < # my $request = get_cgi_request(); < my $cgi = new CGI; < my $request = $cgi->param('POSTDATA'); --- > my $request = get_cgi_request();
and now my test script works.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://961602]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-26 05:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found