Help for this page

Select Code to Download


  1. or download this
        # inserted at line 2281 before the "my $result =" line
        my $file = "/tmp/soap.in.xml";
    ...
        } else {
          die "Couldn't open: $file";
        }
    
  2. or download this
        # inserted at line 2348 before the "return $t" line
        my $file = "/tmp/soap.out.xml";
    ...
        } else {
          die "Couldn't open: $file";
        }