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' );
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++
|