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