Help for this page

Select Code to Download


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