Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: SOAP::Lite problem

by nikosv (Deacon)
on Oct 19, 2015 at 06:33 UTC ( [id://1145291]=note: print w/replies, xml ) Need Help??


in reply to SOAP::Lite problem

use  +trace => [ transport => sub { print $_[0]->as_string } ]; to check that you request is correct

Replies are listed 'Best First'.
Re^2: SOAP::Lite problem
by Anonymous Monk on Oct 19, 2015 at 07:41 UTC
    Its better to use  use SOAP::Lite  +trace => 'debug'; the xml is formatted pretty
      Ha its actually  use SOAP::Lite  +trace => 'debug', readable => 1;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1145291]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-18 15:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found