Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use SOAP::Lite + trace => 'debug';
    use Data::Dumper;
    ...
    "FAULTCODE: " . $res->faultcode,
    "FAULTSTRING: " . $res->faultstring;
    }
    
  2. or download this
    use warnings;
    use SOAP::Lite + trace => 'debug';
    use Data::Dumper;
    ...
    "FAULTSTRING: " . $res->faultstring;
    }
    }