http://www.perlmonks.org?node_id=796003


in reply to SOAP::Lite returning 500 error

turn on debugging

Replies are listed 'Best First'.
Re^2: SOAP::Lite returning 500 error
by snoopy (Curate) on Sep 18, 2009 at 01:02 UTC
    require SOAP::Lite; SOAP::Lite::import(+trace => 'debug');