abdou-wt has asked for the wisdom of the Perl Monks concerning the following question:

i have a small problem whith SOAP::Lite, When i try to run the following code, i have this error (Can’t locate object method “request” via package “Apache2::RequesUtil” at b.pl line 3) :
#!/usr/bin/perl use SOAP::Transport::HTTP2; Apache2::RequestUtil->request();
any idea ?

Replies are listed 'Best First'.
Re: method not found Apache2::RequesUtil->request
by Anonymous Monk on Apr 19, 2012 at 13:44 UTC

    When i try to run the following code ..

    Are you running it from mod_perl?

      No, how can i do this ?
Re: method not found Apache2::RequesUtil->request
by Anonymous Monk on Apr 19, 2012 at 14:16 UTC
Re: method not found Apache2::RequesUtil->request
by Anonymous Monk on Apr 22, 2012 at 03:18 UTC

    Well, the code you post has RequesT but the error message you pasted doesn't have T

      sorry, a mistak by me !

        So its all good now?