WebServiceGabssaCarteras


Haga clic aquí para obtener una lista completa de operaciones.

Dictaminacion_Inmueble

Prueba

El formulario de prueba sólo está disponible para solicitudes del equipo local.

SOAP 1.1

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /WebServiceGabssaCarteras/WebServiceGabssaCarteras.asmx HTTP/1.1
Host: www3.besmx.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www3.besmx.com/Dictaminacion_Inmueble"

<?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>
    <Dictaminacion_Inmueble xmlns="http://www3.besmx.com/">
      <Id_Dictaminacion>string</Id_Dictaminacion>
      <Id_Usuario>string</Id_Usuario>
      <Num_Cliente>string</Num_Cliente>
      <Id_Empresa>string</Id_Empresa>
      <Descripcion>string</Descripcion>
      <Color_Fachada>string</Color_Fachada>
      <Color_Puerta>string</Color_Puerta>
      <Tipo_Propiedad>string</Tipo_Propiedad>
      <Tipo_Vivienda>string</Tipo_Vivienda>
      <Niveles>string</Niveles>
      <Num_Puertas_Vent>string</Num_Puertas_Vent>
      <Condiciones>string</Condiciones>
      <Bienes_Obser>string</Bienes_Obser>
      <Status_Tel>string</Status_Tel>
      <Status_Dom>string</Status_Dom>
      <Calle1>string</Calle1>
      <Calle2>string</Calle2>
      <Nivel_Sociec>string</Nivel_Sociec>
    </Dictaminacion_Inmueble>
  </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>
    <Dictaminacion_InmuebleResponse xmlns="http://www3.besmx.com/">
      <Dictaminacion_InmuebleResult>string</Dictaminacion_InmuebleResult>
    </Dictaminacion_InmuebleResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /WebServiceGabssaCarteras/WebServiceGabssaCarteras.asmx HTTP/1.1
Host: www3.besmx.com
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>
    <Dictaminacion_Inmueble xmlns="http://www3.besmx.com/">
      <Id_Dictaminacion>string</Id_Dictaminacion>
      <Id_Usuario>string</Id_Usuario>
      <Num_Cliente>string</Num_Cliente>
      <Id_Empresa>string</Id_Empresa>
      <Descripcion>string</Descripcion>
      <Color_Fachada>string</Color_Fachada>
      <Color_Puerta>string</Color_Puerta>
      <Tipo_Propiedad>string</Tipo_Propiedad>
      <Tipo_Vivienda>string</Tipo_Vivienda>
      <Niveles>string</Niveles>
      <Num_Puertas_Vent>string</Num_Puertas_Vent>
      <Condiciones>string</Condiciones>
      <Bienes_Obser>string</Bienes_Obser>
      <Status_Tel>string</Status_Tel>
      <Status_Dom>string</Status_Dom>
      <Calle1>string</Calle1>
      <Calle2>string</Calle2>
      <Nivel_Sociec>string</Nivel_Sociec>
    </Dictaminacion_Inmueble>
  </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>
    <Dictaminacion_InmuebleResponse xmlns="http://www3.besmx.com/">
      <Dictaminacion_InmuebleResult>string</Dictaminacion_InmuebleResult>
    </Dictaminacion_InmuebleResponse>
  </soap12:Body>
</soap12:Envelope>