- or download this
<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope
...
</ns1:VHIResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
- or download this
<FCSDServicesResponse country="USA" language="ENG" marketid="1">
<Status desc="Web service status OK" id="VI2000"/>
...
</Vehicle>
</Vehicles>
</FCSDServicesResponse>
- or download this
# use module
use XML::Simple;
...
# print output
print Dumper($data);
- or download this
$VAR1 = {
'country' => 'USA',
...
},
'marketid' => '1'
};