in reply to Incorporate CPAN module to mod-perl
I would avoid using SOAP::Lite and SOAP packages at the same time - both use SOAP::Transport::HTTP::Apache. Use only SOAP::Lite which can serve as a client and a server. Moreover the SOAP package is from the year 2000.