WSInterfaz


Click here for a complete list of operations.

RegistrarPreSolicitud

Permite el registro de presolicitud en MiddleWare

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 /WSInterfaz.asmx HTTP/1.1
Host: 52.225.233.131
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/RegistrarPreSolicitud"

<?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>
    <RegistrarPreSolicitud xmlns="http://tempuri.org/">
      <vmPreSolicitud>
        <Token>string</Token>
        <Cliente>string</Cliente>
        <IdPresolicitud>string</IdPresolicitud>
        <FechaPresolicitud>string</FechaPresolicitud>
        <TipoDocumento>int</TipoDocumento>
        <Documento>string</Documento>
        <FechaNacimiento>string</FechaNacimiento>
        <Sexo>int</Sexo>
        <PrimerNombre>string</PrimerNombre>
        <SegundoNombre>string</SegundoNombre>
        <PrimerApellido>string</PrimerApellido>
        <SegundoApellido>string</SegundoApellido>
        <Direccion>string</Direccion>
        <Telefono>string</Telefono>
        <Email>string</Email>
        <DatosClinicos>string</DatosClinicos>
        <CodigoIps>string</CodigoIps>
        <AuxiliarPresolicitud>string</AuxiliarPresolicitud>
        <Sede>string</Sede>
        <Detalle>
          <VMDetallePresolicitud>
            <IdServicio>string</IdServicio>
            <Servicio>string</Servicio>
            <ValorServicio>decimal</ValorServicio>
          </VMDetallePresolicitud>
          <VMDetallePresolicitud>
            <IdServicio>string</IdServicio>
            <Servicio>string</Servicio>
            <ValorServicio>decimal</ValorServicio>
          </VMDetallePresolicitud>
        </Detalle>
      </vmPreSolicitud>
    </RegistrarPreSolicitud>
  </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>
    <RegistrarPreSolicitudResponse xmlns="http://tempuri.org/">
      <RegistrarPreSolicitudResult>
        <IdProceso>int</IdProceso>
        <Mensaje>string</Mensaje>
        <OidDocumento>int</OidDocumento>
        <Archivo>string</Archivo>
        <CodigoError>int</CodigoError>
        <IdentificadorError>string</IdentificadorError>
      </RegistrarPreSolicitudResult>
    </RegistrarPreSolicitudResponse>
  </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 /WSInterfaz.asmx HTTP/1.1
Host: 52.225.233.131
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>
    <RegistrarPreSolicitud xmlns="http://tempuri.org/">
      <vmPreSolicitud>
        <Token>string</Token>
        <Cliente>string</Cliente>
        <IdPresolicitud>string</IdPresolicitud>
        <FechaPresolicitud>string</FechaPresolicitud>
        <TipoDocumento>int</TipoDocumento>
        <Documento>string</Documento>
        <FechaNacimiento>string</FechaNacimiento>
        <Sexo>int</Sexo>
        <PrimerNombre>string</PrimerNombre>
        <SegundoNombre>string</SegundoNombre>
        <PrimerApellido>string</PrimerApellido>
        <SegundoApellido>string</SegundoApellido>
        <Direccion>string</Direccion>
        <Telefono>string</Telefono>
        <Email>string</Email>
        <DatosClinicos>string</DatosClinicos>
        <CodigoIps>string</CodigoIps>
        <AuxiliarPresolicitud>string</AuxiliarPresolicitud>
        <Sede>string</Sede>
        <Detalle>
          <VMDetallePresolicitud>
            <IdServicio>string</IdServicio>
            <Servicio>string</Servicio>
            <ValorServicio>decimal</ValorServicio>
          </VMDetallePresolicitud>
          <VMDetallePresolicitud>
            <IdServicio>string</IdServicio>
            <Servicio>string</Servicio>
            <ValorServicio>decimal</ValorServicio>
          </VMDetallePresolicitud>
        </Detalle>
      </vmPreSolicitud>
    </RegistrarPreSolicitud>
  </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>
    <RegistrarPreSolicitudResponse xmlns="http://tempuri.org/">
      <RegistrarPreSolicitudResult>
        <IdProceso>int</IdProceso>
        <Mensaje>string</Mensaje>
        <OidDocumento>int</OidDocumento>
        <Archivo>string</Archivo>
        <CodigoError>int</CodigoError>
        <IdentificadorError>string</IdentificadorError>
      </RegistrarPreSolicitudResult>
    </RegistrarPreSolicitudResponse>
  </soap12:Body>
</soap12:Envelope>