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

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;