Reference for http://ovc.catastro.meh.es/OVCServWeb/OVCWcfCallejero/COVCCoordenadas.svc/rest/Consulta_RCCOOR_Distancia

Url: http://ovc.catastro.meh.es/OVCServWeb/OVCWcfCallejero/COVCCoordenadas.svc/rest/Consulta_RCCOOR_Distancia

HTTP Method: POST

Message direction Format Body
Request Xml Example,Schema
Response Xml Example,Schema

The following is an example request Xml body:

<ConsultaRest_RCCOOR_Distancia_In>
  <CoorX>String content</CoorX>
  <CoorY>String content</CoorY>
  <SRS>String content</SRS>
</ConsultaRest_RCCOOR_Distancia_In>

The following is an example response Xml body:

<ConsultaRest_RCCOOR_Distancia_Out>
  <Consulta_Coordenadas_Distancia>This element contains text.</Consulta_Coordenadas_Distancia>
</ConsultaRest_RCCOOR_Distancia_Out>

The following is the request Xml Schema:

<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="ConsultaRest_RCCOOR_Distancia_In" nillable="true" type="ConsultaRest_RCCOOR_Distancia_In" />
  <xs:complexType name="ConsultaRest_RCCOOR_Distancia_In">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="1" name="CoorX" type="xs:string" />
      <xs:element minOccurs="0" maxOccurs="1" name="CoorY" type="xs:string" />
      <xs:element minOccurs="0" maxOccurs="1" name="SRS" 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_RCCOOR_Distancia_Out" nillable="true" type="ConsultaRest_RCCOOR_Distancia_Out" />
  <xs:complexType name="ConsultaRest_RCCOOR_Distancia_Out">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="1" name="Consulta_Coordenadas_Distancia">
        <xs:complexType mixed="true">
          <xs:sequence>
            <xs:any />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:schema>