in reply to Re: Reading the SOAP Request (SOAP::Server::Parameters)
in thread Reading the SOAP Request

I think you can turn on debugging by:

use SOAP::Lite 'trace', 'debug';

When you execute it you, should be able to see the SOAP message for your debugging

  • Comment on Re^2: Reading the SOAP Request (SOAP::Server::Parameters)

Replies are listed 'Best First'.
Re^3: Reading the SOAP Request (SOAP::Server::Parameters)
by Anonymous Monk on Jul 31, 2013 at 07:44 UTC
    Well, that doesn't have much of anything to do with retrieving the request object