Using Perl, SOAP with an external tool constructed WSDL, with the SOAP::Lite, I have called a service and now printing that response simply with the Dumper.

Now the Dumper throws the following: Being new to SOAP/WSDL with Perl, looking for tips on how do I get the data. Do i try to read Hash of Hash, or parse with XMLParser, etc. Appreciate your help. >>>>>>>>>>>>>>>>>>>>>>>>>
name=_on_nonserializedValue=CODE(0x8215264) name=_serializerValue=SOAP::Serializer=HASH(0x844e408) @@@@@@@@@@@@@@@name=_typelookupValue=HASH(0x844e240) @@@@@@@@@@@@@@@name=floatValue=ARRAY(0x8859140) name=base64Value=ARRAY(0x881f174) name=intValue=ARRAY(0x844dd3c) name=stringValue=ARRAY(0x844dab4) @@@@@@@@@@@@@@@ name=_on_nonserializedValue=CODE(0x8215264) name=_levelValue=0 name=_objectstackValue=HASH(0x844dbb0) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ name=_xmlschemaValue=http://www.w3.org/1999/XMLSchema name=_signatureValue=ARRAY(0x8846ce0) name=_readableValue=0 name=_maptypeValue=HASH(0x844e270) @@@@@@@@@@@@@@@name=SOAPStructValue=http://xml.apache.org/xml-soap @@@@@@@@@@@@@@@ name=_soapversionValue=1.1 name=_namespacesValue=HASH(0x844e420) @@@@@@@@@@@@@@@name=http://schemas.xmlsoap.org/soap/encoding/Value=SOA +P-ENC name=http://www.w3.org/1999/XMLSchemaValue=xsd name=http://schemas.xmlsoap.org/soap/envelope/Value=SOAP-ENV name=http://www.w3.org/1999/XMLSchema-instanceValue=xsi @@@@@@@@@@@@@@@ name=_seenValue=HASH(0x881e004) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ name=_encodingValue=UTF-8 name=_attrValue=HASH(0x844e3cc) @@@@@@@@@@@@@@@name={http://schemas.xmlsoap.org/soap/envelope/}encodin +gStyleValue=http://schemas.xmlso ap.org/s +oap/encoding/ @@@@@@@@@@@@@@@ name=_multirefinplaceValue=0 name=_autotypeValue=1 @@@@@@@@@@@@@@@ name=_on_actionValue=CODE(0x82eb1fc) name=_deserializerValue=SOAP::Deserializer=HASH(0x844e4d4) @@@@@@@@@@@@@@@name=_idsValue=HASH(0x881ef58) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ name=_xmlschemasValue=HASH(0x8a505e8) @@@@@@@@@@@@@@@name=http://xml.apache.org/xml-soapValue=SOAP::XMLSchem +aApacheSOAP::Deser name=http://www.w3.org/2001/06/soap-encodingValue=SOAP::XMLSchemaSOAP1 +_2::Deserializer name=http://www.w3.org/2001/XMLSchemaValue=SOAP::XMLSchema2001::Deseri +alizer name=http://schemas.xmlsoap.org/soap/encoding/Value=SOAP::XMLSchemaSOA +P1_1::Deserializer name=http://www.w3.org/1999/XMLSchemaValue=SOAP::XMLSchema1999::Deseri +alizer @@@@@@@@@@@@@@@ name=_hrefsValue=HASH(0x8858ea0) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ name=_parserValue=SOAP::Parser=HASH(0x8858e1c) @@@@@@@@@@@@@@@name=_parserValue= @@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@ name=_autoresultValue=0 name=_transportValue=SOAP::Transport=HASH(0x8394040) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ name=_on_faultValue=CODE(0x82edde8) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++

In reply to Navigate and getting proper output from SOAP WSDL response in Perl. by Narend

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.