Reference for http://ovc.catastro.meh.es/OVCServWeb/OVCWcfCallejero/COVCCoordenadas.svc/rest/Consulta_CPMRC
Url: http://ovc.catastro.meh.es/OVCServWeb/OVCWcfCallejero/COVCCoordenadas.svc/rest/Consulta_CPMRC
HTTP Method: POST
| Message direction | Format | Body |
|---|---|---|
| Request | Xml | Example,Schema |
| Response | Xml | Example,Schema |
The following is an example request Xml body:
<ConsultaRest_CPMRC_In> <Provincia>String content</Provincia> <Municipio>String content</Municipio> <SRS>String content</SRS> <RefCat>String content</RefCat> </ConsultaRest_CPMRC_In>
The following is an example response Xml body:
<ConsultaRest_CPMRC_Out> <Consulta_Coordenadas>This element contains text.</Consulta_Coordenadas> </ConsultaRest_CPMRC_Out>
The following is the request Xml Schema:
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="ConsultaRest_CPMRC_In" nillable="true" type="ConsultaRest_CPMRC_In" />
<xs:complexType name="ConsultaRest_CPMRC_In">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="Provincia" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Municipio" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="SRS" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="RefCat" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:schema>
The following is the response Xml Schema:
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="ConsultaRest_CPMRC_Out" nillable="true" type="ConsultaRest_CPMRC_Out" />
<xs:complexType name="ConsultaRest_CPMRC_Out">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="Consulta_Coordenadas">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>