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