Array
(
[] => Array
(
[release] => 8.1
[environment] => Production
[lang] => en-US
[xmlns] =>
[ApplicationArea] => Array
(
[Sender] => Array
(
[LogicalId] => 0
[Component] => CarweBVRRWebService
[Task] => strB2BGetVehicleByVRM
)
[CreationDateTime] => 2008-06-25T13.52.52Z
[BODId] =>
[Destination] => Array
(
[DestinationNameCode] => 1
)
)
[DataArea] => Array
(
[Error] => Array
(
[Header] => Array
(
[DocumentDateTime] => 2008-06-25T13.52.52Z
)
)
[Vehicles] => Array
(
[Vehicle] => Array
(
[BodyStyle] => 4 DOOR SALOON
[CO2] => 151
[DateFirstRegistered] => 2001-12-03
)
)
)
)
)
I need to extract [Vehicle] => Array from the above array any Ideas?