OVCExpediente


Pulse aquí para ver la lista completa de servicios.

GeneraExpediente

SOAP

Lo siguiente es un ejemplo genérico tanto de petición como respuesta SOAP. las marcas mostradas necesitan ser sustituidas por valores reales.

POST /ovcservweb/OVCSWExpedientes/OVCExpediente.asmx HTTP/1.1
Host: ovc2.catastro.meh.es
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/OVCServWeb/OVCExpediente2/GeneraExpediente"

<?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>
    <Expedientes_In xmlns="http://www.catastro.meh.es/">xml</Expedientes_In>
  </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>
    <Expedientes_Out xmlns="http://www.catastro.meh.es/">xml</Expedientes_Out>
  </soap:Body>
</soap:Envelope>

Encontrará documentación más detallada de todos los servicios en la dirección: http://www.catastro.hacienda.gob.es/ayuda/servicios_web.htm