Thanks, I'll do it that way.

I've created a perl script run by Apache::Registry. I'm having trouble though accessing the POST data... any ideas?

Here's my code (which doesn't work):

my $r = Apache->request;
my $apr = Apache::Request->new($r);
my $postdata = $apr->content;

Thanks

Brian Phillips wrote:
I've done this before to make an XML-RPC server. The only way I could think to do it was to grab the POST data from the request using a mod_perl handler before HTML::Mason was involved. I don't recall if I parsed the XML at that point and stuck it back in the request or if I just saved it in $r->pnotes or something and parsed it once it got to the Mason portion of the request.




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to