Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use SOAP::Lite +trace => 'debug';
    use Data::Dumper;
    ...
    my $tmp_data = $response->valueof('[1]');
    print Dumper($tmp_data);
    my $lts=$tmp_data->dataof('//fetchAndLockResponse/request/lockedTimes'
    +);
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instanc
    +e" xmlns:S
    OAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="ht
    +tp://schem
    ...
    
    Can't call method "dataof" on unblessed reference at test.pl line 28.
    ----------------------------------------------------------------------
    +----------------