MtyWSPredioHeader
Click here for a complete list of operations.
WSPredioHeader
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /MtyWSPredioHeader.asmx HTTP/1.1
Host: wscivis.monterrey.gob.mx
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/WSPredioHeader"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<WSPredioHeader xmlns="http://tempuri.org/">
<pStrExpediente>string</pStrExpediente>
</WSPredioHeader>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<WSPredioHeaderResponse xmlns="http://tempuri.org/">
<WSPredioHeaderResult>
<Expediente>int</Expediente>
<Nombre>string</Nombre>
<Direccion>string</Direccion>
<Colonia>string</Colonia>
<Tel>string</Tel>
<Numero>string</Numero>
<NumeroInterior>string</NumeroInterior>
<CodigoPostal>string</CodigoPostal>
<Ciudad>string</Ciudad>
<CalleUbicacion>string</CalleUbicacion>
<NumExterior>string</NumExterior>
<NumInterior>string</NumInterior>
<ColoniaUbicacion>string</ColoniaUbicacion>
<NombreConstructora>string</NombreConstructora>
<ValorCatastral>string</ValorCatastral>
<ValorMejoras>double</ValorMejoras>
<ValorTerreno>double</ValorTerreno>
<ValorConstruccion>double</ValorConstruccion>
<ValorArboles>double</ValorArboles>
<MetrosFrente>double</MetrosFrente>
<MetrosFondo>double</MetrosFondo>
<Motivo>string</Motivo>
<FolioMvimiento>string</FolioMvimiento>
<UsodeSuelo>string</UsodeSuelo>
<FactorConstruccion>double</FactorConstruccion>
<FactorTerreno>double</FactorTerreno>
<Periodo>string</Periodo>
<AñoRecepcion>int</AñoRecepcion>
<FolioRecepcion>int</FolioRecepcion>
<AñoFacturaion>int</AñoFacturaion>
<TipoBaldio>int</TipoBaldio>
<Regular>string</Regular>
<Notaria>int</Notaria>
<CAT>string</CAT>
<Excento>string</Excento>
<TipoZona>string</TipoZona>
<BienesSC>string</BienesSC>
<Excencion>int</Excencion>
<CodigoPostalUbicacion>string</CodigoPostalUbicacion>
<ExpedienteStr>string</ExpedienteStr>
<Fecha_Vencimiento>dateTime</Fecha_Vencimiento>
<Domicilio_Fiscal>string</Domicilio_Fiscal>
<Domicilio_Fiscal_Num_Ext>string</Domicilio_Fiscal_Num_Ext>
<Domicilio_Fiscal_Num_Int>string</Domicilio_Fiscal_Num_Int>
<Domicilio_Fiscal_Colonia>string</Domicilio_Fiscal_Colonia>
<RFC>string</RFC>
<ASCOEF_BIENES_COMUNES>double</ASCOEF_BIENES_COMUNES>
<FDT>string</FDT>
<FDC>string</FDC>
<ValorCatastrald>double</ValorCatastrald>
<TipoConstruccion>int</TipoConstruccion>
<Categoria>int</Categoria>
<Impuesto>double</Impuesto>
</WSPredioHeaderResult>
</WSPredioHeaderResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /MtyWSPredioHeader.asmx HTTP/1.1
Host: wscivis.monterrey.gob.mx
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<WSPredioHeader xmlns="http://tempuri.org/">
<pStrExpediente>string</pStrExpediente>
</WSPredioHeader>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<WSPredioHeaderResponse xmlns="http://tempuri.org/">
<WSPredioHeaderResult>
<Expediente>int</Expediente>
<Nombre>string</Nombre>
<Direccion>string</Direccion>
<Colonia>string</Colonia>
<Tel>string</Tel>
<Numero>string</Numero>
<NumeroInterior>string</NumeroInterior>
<CodigoPostal>string</CodigoPostal>
<Ciudad>string</Ciudad>
<CalleUbicacion>string</CalleUbicacion>
<NumExterior>string</NumExterior>
<NumInterior>string</NumInterior>
<ColoniaUbicacion>string</ColoniaUbicacion>
<NombreConstructora>string</NombreConstructora>
<ValorCatastral>string</ValorCatastral>
<ValorMejoras>double</ValorMejoras>
<ValorTerreno>double</ValorTerreno>
<ValorConstruccion>double</ValorConstruccion>
<ValorArboles>double</ValorArboles>
<MetrosFrente>double</MetrosFrente>
<MetrosFondo>double</MetrosFondo>
<Motivo>string</Motivo>
<FolioMvimiento>string</FolioMvimiento>
<UsodeSuelo>string</UsodeSuelo>
<FactorConstruccion>double</FactorConstruccion>
<FactorTerreno>double</FactorTerreno>
<Periodo>string</Periodo>
<AñoRecepcion>int</AñoRecepcion>
<FolioRecepcion>int</FolioRecepcion>
<AñoFacturaion>int</AñoFacturaion>
<TipoBaldio>int</TipoBaldio>
<Regular>string</Regular>
<Notaria>int</Notaria>
<CAT>string</CAT>
<Excento>string</Excento>
<TipoZona>string</TipoZona>
<BienesSC>string</BienesSC>
<Excencion>int</Excencion>
<CodigoPostalUbicacion>string</CodigoPostalUbicacion>
<ExpedienteStr>string</ExpedienteStr>
<Fecha_Vencimiento>dateTime</Fecha_Vencimiento>
<Domicilio_Fiscal>string</Domicilio_Fiscal>
<Domicilio_Fiscal_Num_Ext>string</Domicilio_Fiscal_Num_Ext>
<Domicilio_Fiscal_Num_Int>string</Domicilio_Fiscal_Num_Int>
<Domicilio_Fiscal_Colonia>string</Domicilio_Fiscal_Colonia>
<RFC>string</RFC>
<ASCOEF_BIENES_COMUNES>double</ASCOEF_BIENES_COMUNES>
<FDT>string</FDT>
<FDC>string</FDC>
<ValorCatastrald>double</ValorCatastrald>
<TipoConstruccion>int</TipoConstruccion>
<Categoria>int</Categoria>
<Impuesto>double</Impuesto>
</WSPredioHeaderResult>
</WSPredioHeaderResponse>
</soap12:Body>
</soap12:Envelope>