in reply to
Re: SOAP::Lite problem
in thread
SOAP::Lite problem
Its better to use
use SOAP::Lite +trace => 'debug';
the xml is formatted pretty
Comment on
Re^2: SOAP::Lite problem
Download
Code
Replies are listed 'Best First'.
Re^3: SOAP::Lite problem
by
Anonymous Monk
on Oct 20, 2015 at 00:56 UTC
Ha its actually
use SOAP::Lite +trace => 'debug', readable => 1;
[reply]
[d/l]
In Section
Seekers of Perl Wisdom