Well,I did add the Dumper, Infact I did Data::Dumper::Dumper ($fileSvc); And I see the following:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++ $VAR1 = bless( { '_on_nonserialized' => sub { "DUMMY" }, '_serializer' => bless( { '_on_nonserialized' => $VAR1->{'_on_nonserializ +ed'}, '_typelookup' => { 'float' => [ 30, sub { "DUMMY" }, 'as_float' ], 'int' => [ 20, sub { "DUMMY" }, 'as_int' ], 'base64' => [ 10, sub { "DUMMY" }, 'as_base64' ], 'string' => [ 40, sub { "DUMMY" }, 'as_string' ] }, '_xmlschema' => 'http://www.w3.org/1999/XMLSche +ma', '_objectstack' => {}, '_level' => 0, '_signature' => [], '_readable' => 0, '_soapversion' => '1.1', '_maptype' => { 'SOAPStruct' => 'http://xml.apa +che.org/xml-soap' }, '_namespaces' => { 'http://www.w3.org/1999/XMLSchem +a' => 'xsd', 'http://schemas.xmlsoap.org/soap +/encoding/' => 'SOAP-ENC', 'http://www.w3.org/1999/XMLSchem +a-instance' => 'xsi', 'http://schemas.xmlsoap.org/soap +/envelope/' => 'SOAP-ENV' }, '_seen' => {}, '_attr' => { '{http://schemas.xmlsoap.org/soap/enve +lope/}encodingStyle' => 'http://schemas.xmlsoap.org/soap/encoding/' }, '_encoding' => 'UTF-8', '_autotype' => 1, '_multirefinplace' => 0 }, 'SOAP::Serializer' ), '_on_action' => sub { "DUMMY" }, '_deserializer' => bless( { '_ids' => {}, '_xmlschemas' => { 'http://xml.apache.org/xml +-soap' => 'SOAP::XMLSchemaApacheSOAP::Deserializer', 'http://www.w3.org/2001/06 +/soap-encoding' => 'SOAP::XMLSchemaSOAP1_2::Deserializer', 'http://www.w3.org/2001/XM +LSchema' => 'SOAP::XMLSchema2001::Deserializer', 'http://www.w3.org/1999/XM +LSchema' => 'SOAP::XMLSchema1999::Deserializer', 'http://schemas.xmlsoap.or +g/soap/encoding/' => 'SOAP::XMLSchemaSOAP1_1::Deserializer' }, '_hrefs' => {}, '_parser' => bless( { '_parser' => undef }, 'SOAP::Parser' ) }, 'SOAP::Deserializer' ), '_autoresult' => 0, '_on_fault' => sub { "DUMMY" }, '_transport' => bless( {}, 'SOAP::Transport' ) }, 'FileServiceService' ); +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++

In reply to Re^5: Navigate and getting proper output from SOAP WSDL response in Perl. by Anonymous Monk
in thread 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.