<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>
                <NumerodePropiedades>0002</NumerodePropiedades>
                <Detalles>
                    <Detalle>
                        <NumerodeRol>
                        <Manzana>00279</Manzana>
                        <Predio>078</Predio>
                        </NumerodeRol>
                        <Comuna>COMUNA 1</Comuna>
                        <Direccion>DIRECCION 234</Direccion>
                        <TipodePropiedad>AGRICOLA</TipodePropiedad>
                        <Destino>AGRICOLA</Destino>
                        <Avaluo>00000093402</Avaluo>
                    </Detalle>
                    <Detalle>
                        <NumerodeRol>
                        <Manzana>01612</Manzana>
                        <Predio>006</Predio>
                        </NumerodeRol>
                        <Comuna>COMUNA 2</Comuna>
                        <Direccion>DIRECCION 1212</Direccion>
                        <TipodePropiedad>NO AGRICOLA</TipodePropiedad>
                        <Destino>ERIAZO</Destino>
                        <Avaluo>00023458665</Avaluo>
                    </Detalle>
                </Detalles>
            </ConsultaResult>
        </ConsultaResponse>
    </soap:Body>
</soap:Envelope>