Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'soap' => {
    ...
                           },
              'xmlns:soap' => 'http://schemas.xmlsoap.org/soap/envelope/'
            };
    
  2. or download this
    use XML::Simple;
    use Data::Dumper;
    ...
    print Dumper($data);
    print"\nStartPrinting First Statement";
    print "Data=$data->{'soap'}->{'Response1'}->{'response2'}->{'response3
    +'}->[0]->{'tag1'}";