CInterfaceWS


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

informe_RecojeCDatosCursoExternoParaInforme

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 /FapWS/CInterfaceWS.asmx HTTP/1.1
Host: formulari.cat
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "FapWS/informe_RecojeCDatosCursoExternoParaInforme"

<?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:Header>
    <CCabeceraSoap xmlns="FapWS">
      <Username>string</Username>
      <Password>string</Password>
      <AccesoPermitido>boolean</AccesoPermitido>
    </CCabeceraSoap>
  </soap:Header>
  <soap:Body>
    <informe_RecojeCDatosCursoExternoParaInforme xmlns="FapWS">
      <nEdicionCursoExternoId>int</nEdicionCursoExternoId>
    </informe_RecojeCDatosCursoExternoParaInforme>
  </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>
    <informe_RecojeCDatosCursoExternoParaInformeResponse xmlns="FapWS">
      <informe_RecojeCDatosCursoExternoParaInformeResult>
        <Id_Proyecto>int</Id_Proyecto>
        <Nombre_Proyecto>string</Nombre_Proyecto>
        <Id_Sesion>int</Id_Sesion>
        <Id_CursoCAMFiC>int</Id_CursoCAMFiC>
        <Id_EdicionCursoExterno>int</Id_EdicionCursoExterno>
        <Nombre_CursoCAMFiC>string</Nombre_CursoCAMFiC>
        <Id_GrupoTrabajo>int</Id_GrupoTrabajo>
        <Nombre_GrupoTrabajo>string</Nombre_GrupoTrabajo>
        <Horas_Curso>float</Horas_Curso>
        <Fecha_Peticion>dateTime</Fecha_Peticion>
        <FechaInicio_Sesion>dateTime</FechaInicio_Sesion>
        <FechaFin_Sesion>dateTime</FechaFin_Sesion>
        <Lugar_Realizacion>string</Lugar_Realizacion>
        <Poblacion_Realizacion>string</Poblacion_Realizacion>
        <Provincia_Realizacion>string</Provincia_Realizacion>
        <Programado>boolean</Programado>
        <Anulado>boolean</Anulado>
        <Finalizado>boolean</Finalizado>
        <Acreditacion_Enviada>boolean</Acreditacion_Enviada>
        <Id_Empresa>int</Id_Empresa>
        <Id_cliente>int</Id_cliente>
        <Razon_Social>string</Razon_Social>
        <Nombre_Comercial>string</Nombre_Comercial>
        <EsDelegacion>boolean</EsDelegacion>
        <Nombre_Delegacion>string</Nombre_Delegacion>
        <Enfermeros_Asistentes>int</Enfermeros_Asistentes>
        <Enfermeros_NO_Asistentes>int</Enfermeros_NO_Asistentes>
        <Medicos_Asistentes>int</Medicos_Asistentes>
        <Medicos_NO_Asistentes>int</Medicos_NO_Asistentes>
        <Farmaceuticos_Asistentes>int</Farmaceuticos_Asistentes>
        <Farmaceuticos_NO_Asistentes>int</Farmaceuticos_NO_Asistentes>
        <Otros_Asistentes>int</Otros_Asistentes>
        <Otros_NO_Asistentes>int</Otros_NO_Asistentes>
      </informe_RecojeCDatosCursoExternoParaInformeResult>
    </informe_RecojeCDatosCursoExternoParaInformeResponse>
  </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 /FapWS/CInterfaceWS.asmx HTTP/1.1
Host: formulari.cat
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:Header>
    <CCabeceraSoap xmlns="FapWS">
      <Username>string</Username>
      <Password>string</Password>
      <AccesoPermitido>boolean</AccesoPermitido>
    </CCabeceraSoap>
  </soap12:Header>
  <soap12:Body>
    <informe_RecojeCDatosCursoExternoParaInforme xmlns="FapWS">
      <nEdicionCursoExternoId>int</nEdicionCursoExternoId>
    </informe_RecojeCDatosCursoExternoParaInforme>
  </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>
    <informe_RecojeCDatosCursoExternoParaInformeResponse xmlns="FapWS">
      <informe_RecojeCDatosCursoExternoParaInformeResult>
        <Id_Proyecto>int</Id_Proyecto>
        <Nombre_Proyecto>string</Nombre_Proyecto>
        <Id_Sesion>int</Id_Sesion>
        <Id_CursoCAMFiC>int</Id_CursoCAMFiC>
        <Id_EdicionCursoExterno>int</Id_EdicionCursoExterno>
        <Nombre_CursoCAMFiC>string</Nombre_CursoCAMFiC>
        <Id_GrupoTrabajo>int</Id_GrupoTrabajo>
        <Nombre_GrupoTrabajo>string</Nombre_GrupoTrabajo>
        <Horas_Curso>float</Horas_Curso>
        <Fecha_Peticion>dateTime</Fecha_Peticion>
        <FechaInicio_Sesion>dateTime</FechaInicio_Sesion>
        <FechaFin_Sesion>dateTime</FechaFin_Sesion>
        <Lugar_Realizacion>string</Lugar_Realizacion>
        <Poblacion_Realizacion>string</Poblacion_Realizacion>
        <Provincia_Realizacion>string</Provincia_Realizacion>
        <Programado>boolean</Programado>
        <Anulado>boolean</Anulado>
        <Finalizado>boolean</Finalizado>
        <Acreditacion_Enviada>boolean</Acreditacion_Enviada>
        <Id_Empresa>int</Id_Empresa>
        <Id_cliente>int</Id_cliente>
        <Razon_Social>string</Razon_Social>
        <Nombre_Comercial>string</Nombre_Comercial>
        <EsDelegacion>boolean</EsDelegacion>
        <Nombre_Delegacion>string</Nombre_Delegacion>
        <Enfermeros_Asistentes>int</Enfermeros_Asistentes>
        <Enfermeros_NO_Asistentes>int</Enfermeros_NO_Asistentes>
        <Medicos_Asistentes>int</Medicos_Asistentes>
        <Medicos_NO_Asistentes>int</Medicos_NO_Asistentes>
        <Farmaceuticos_Asistentes>int</Farmaceuticos_Asistentes>
        <Farmaceuticos_NO_Asistentes>int</Farmaceuticos_NO_Asistentes>
        <Otros_Asistentes>int</Otros_Asistentes>
        <Otros_NO_Asistentes>int</Otros_NO_Asistentes>
      </informe_RecojeCDatosCursoExternoParaInformeResult>
    </informe_RecojeCDatosCursoExternoParaInformeResponse>
  </soap12:Body>
</soap12:Envelope>