<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
        <ConsultaResponse xmlns="http://sinacofi.cl/WebServices">
            <ConsultaResult>
                <CodigoRetorno>10000</CodigoRetorno>
                <RegistraVehiculos>S</RegistraVehiculos>
                <CantidadVehiculos>00001</CantidadVehiculos>
                <TasacionTotalDesde>000009440000</TasacionTotalDesde>
                <TasacionTotalHasta>000009440000</TasacionTotalHasta>
                <Detalles>
                    <Detalle>
                        <Patente>AAAA00</Patente>
                        <Marca>MARCA</Marca>
                        <Modelo>MODELO</Modelo>
                        <Tipo>STW</Tipo>
                        <AnioFabricacion>2013</AnioFabricacion>
                        <TasacionDesde>009440000</TasacionDesde>
                        <TasacionHasta>009440000</TasacionHasta>
                    </Detalle>
                </Detalles>
            </ConsultaResult>
        </ConsultaResponse>
    </soap:Body>
</soap:Envelope>