Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: SOAP Client

by esskar (Deacon)
on Apr 14, 2004 at 02:35 UTC ( #344912=note: print w/replies, xml ) Need Help??


in reply to SOAP Client

hi... have u tried turning the debuging on?
SOAP::Trace provides you with a trace/debug facility for the SOAP::Lit +e library. To activate it you need to specify a list of traceable eve +nts/parts of SOAP::Lite: use SOAP::Lite +trace => qw(list of available traces here);Available events are: transport -- (client) access to request/response for transport layer dispatch -- (server) shows full name of dispatched call result -- (server) result of method call parameters -- (server) parameters for method call headers -- (server) headers of received message objects -- (both) new/DESTROY calls method -- (both) parameters for '->envelope(method =>' call fault -- (both) parameters for '->envelope(fault =>' call freeform -- (both) parameters for '->envelope(freeform =>' call trace -- (both) trace enters into some important functions debug -- (both) details about transportFor example: use SOAP::Lite +trace => qw(method fault);

Replies are listed 'Best First'.
Re: Re: SOAP Client
by Hammy (Scribe) on Apr 14, 2004 at 03:06 UTC
    Thanks for the trace info, I have never tried it, but I will. Thanks again.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2023-03-28 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (66 votes). Check out past polls.

    Notices?