Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

SOAP::Lite -- transport vs SOAP faults

by Bill.Costa (Acolyte)
on Jul 02, 2013 at 19:42 UTC ( [id://1042085]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        warn("? $0: ", $sObj->transport->status(), "\n_ ");  ### line 36
        warn("? $0: ", $sObj->faultstring(), "\n_ ");        ### line 37
      }
    
  2. or download this
    <?xml .... </S:Envelope> at ./demo4 line 34.
    ? ./demo4: 500 Internal Server Error at ./demo4 line 29
    ? ./demo4: 500 Internal Server Error
    _  at ./demo4 line 36.
    500 Internal Server Error at ./demo4 line 37
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-28 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found