in reply to Re^2: Retrieving Specific Contents of SOAP Response via SOAP::Lite
in thread Retrieving Specific Contents of SOAP Response via SOAP::Lite

phone.xml was your soap message I put in a file. I guess you need to change that to

my $dom = XML::LibXML->load_xml( string => $xml_string );

See XML::LibXML::Parser

poj
  • Comment on Re^3: Retrieving Specific Contents of SOAP Response via SOAP::Lite
  • Download Code