<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>
                <ExisteDetalle>S</ExisteDetalle>
                <CedulaVigente>SI</CedulaVigente>
                <NumeroRegistros>1</NumeroRegistros>
                <Detalles>
                    <Detalle>
                        <RutConsultado>099999999</RutConsultado>
                        <DigitoVerificador>9</DigitoVerificador>
                        <TipoDocumento>CEDUL</TipoDocumento>
                        <NumeroSerie>1234567890</NumeroSerie>
                        <Razon>DOCUMENTO VIGENTE</Razon>
                        <Fecha>08-10-2022 12:00:00</Fecha>
                        <Fuente>REGISTRO CIVIL</Fuente>
                    </Detalle>
                </Detalles>
            </ConsultaResult>
        </ConsultaResponse>
    </soap:Body>
</soap:Envelope>