Help for this page

Select Code to Download


  1. or download this
    javax.xml.soap.SOAPException: Unable to create envelope from given sou
    +rce: Error on line 1 of document  : Undeclared prefix: "SOAP-ENV:enco
    +dingStyle"
    
  2. or download this
    use SOAP::Lite;
    use Data::Dumper;
    ...
    my $anchor = $response->dataof('//Body/ar/al/ai/anchor');
    $attr = $anchor->attr();
    print "Link: ", $attr->{'data'},"\n";