in reply to Displaying SOAP::Lite request XML
Look in the SOAP::Lite docs for 'on_debug'.
use SOAP::Lite +trace => [ transport => sub { print $_[0]->as_string } ]; [download]