Help for this page

Select Code to Download


  1. or download this
    use strict;
    use SOAP::Lite +trace => 'all';
    ...
    my $res = $lite->call($doc => $value);
                                                                          
    +          
    print $res, "\n";