SOAP::Lite dispatching problems

2004-05-04 Thread Richard Calosso
I am trying to get my Apache server to dispatch SOAP requests per some examples on the SOAP::Lite docs with not much success.  I am running on RH9 with Apache 2.0.49, mod_perl 1.99_13 built on perl v5.8.3 all built from source locally. I added the following location directive to httpd.conf

Re: SOAP::Lite dispatching problems

2004-05-04 Thread Geoffrey Young
> When I execute the client program I get > 405 Method not allowed at /hello.pl line 11 > error and no error messages in the error or access log files. > Can someone shed some light on this for me? I read all the docs I could > find regarding this on Google and SOAPLite.org and still have not bee

Re: SOAP::Lite dispatching problems

2004-05-04 Thread Randy Kobes
On Tue, 4 May 2004, Geoffrey Young wrote: > > When I execute the client program I get 405 Method not > > allowed at /hello.pl line 11 error and no error messages > > in the error or access log files. Can someone shed some > > light on this for me? I read all the docs I could find > > regarding th

Re: SOAP::Lite dispatching problems

2004-05-05 Thread Issac Goldstand
[snip] > I believe that > some patches to SOAP::Lite (specifically, in > SOAP::Transport::HTTP) are needed to work with mod_perl 2. [snip] Has someone prepared patches for mp2 already? Or are you just saying "it is something which needs to be done"? -- Report problems: http://perl.apache.org

Re: SOAP::Lite dispatching problems

2004-05-05 Thread Randy Kobes
On Wed, 5 May 2004, Issac Goldstand wrote: > [snip] > > > I believe that > > some patches to SOAP::Lite (specifically, in > > SOAP::Transport::HTTP) are needed to work with mod_perl 2. > > [snip] > > Has someone prepared patches for mp2 already? Or are you > just saying "it is something which nee