prv_pod


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

wshorarioprof_wsprofpod

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 /servicioweb/privados/prv_pod.asmx HTTP/1.1
Host: cvnet.cpd.ua.es
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://UASI/WSS_POD.wsdl/wshorarioprof_wsprofpod"

<?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>
    <wshorarioprof_wsprofpod xmlns="http://UASI/WSS_POD.wsdl">
      <plengua>string</plengua>
      <pcodusuario>string</pcodusuario>
      <pclave>string</pclave>
      <pcoddep>string</pcoddep>
      <pcurso>string</pcurso>
      <pdni>string</pdni>
    </wshorarioprof_wsprofpod>
  </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>
    <wshorarioprof_wsprofpodResponse xmlns="http://UASI/WSS_POD.wsdl">
      <wshorarioprof_wsprofpodResult>
        <ClaseHorarioProfPod>
          <nif>string</nif>
          <nombre>string</nombre>
          <pla_codalf>string</pla_codalf>
          <plan_desc>string</plan_desc>
          <codasi>string</codasi>
          <asi_desc>string</asi_desc>
          <cred_teo>string</cred_teo>
          <cred_pra>string</cred_pra>
          <creditos>string</creditos>
          <id_activ>string</id_activ>
          <vac_desc>string</vac_desc>
          <cred_activ>string</cred_activ>
          <id_modo_asig>string</id_modo_asig>
          <eje_codnum>string</eje_codnum>
          <vac_codnum>string</vac_codnum>
          <gac_codnum>string</gac_codnum>
          <id_grp_activ>string</id_grp_activ>
          <gac_desc>string</gac_desc>
          <duracion>string</duracion>
          <imp_pctrep>string</imp_pctrep>
          <datini>string</datini>
          <datfin>string</datfin>
          <dsm_codnum>string</dsm_codnum>
          <horaini>string</horaini>
          <horafin>string</horafin>
          <id_sigua>string</id_sigua>
          <aula_desc>string</aula_desc>
          <dni_resp>string</dni_resp>
          <nombre_resp>string</nombre_resp>
          <idioma_grupo>string</idioma_grupo>
          <grupo_ara>string</grupo_ara>
        </ClaseHorarioProfPod>
        <ClaseHorarioProfPod>
          <nif>string</nif>
          <nombre>string</nombre>
          <pla_codalf>string</pla_codalf>
          <plan_desc>string</plan_desc>
          <codasi>string</codasi>
          <asi_desc>string</asi_desc>
          <cred_teo>string</cred_teo>
          <cred_pra>string</cred_pra>
          <creditos>string</creditos>
          <id_activ>string</id_activ>
          <vac_desc>string</vac_desc>
          <cred_activ>string</cred_activ>
          <id_modo_asig>string</id_modo_asig>
          <eje_codnum>string</eje_codnum>
          <vac_codnum>string</vac_codnum>
          <gac_codnum>string</gac_codnum>
          <id_grp_activ>string</id_grp_activ>
          <gac_desc>string</gac_desc>
          <duracion>string</duracion>
          <imp_pctrep>string</imp_pctrep>
          <datini>string</datini>
          <datfin>string</datfin>
          <dsm_codnum>string</dsm_codnum>
          <horaini>string</horaini>
          <horafin>string</horafin>
          <id_sigua>string</id_sigua>
          <aula_desc>string</aula_desc>
          <dni_resp>string</dni_resp>
          <nombre_resp>string</nombre_resp>
          <idioma_grupo>string</idioma_grupo>
          <grupo_ara>string</grupo_ara>
        </ClaseHorarioProfPod>
      </wshorarioprof_wsprofpodResult>
    </wshorarioprof_wsprofpodResponse>
  </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 /servicioweb/privados/prv_pod.asmx HTTP/1.1
Host: cvnet.cpd.ua.es
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>
    <wshorarioprof_wsprofpod xmlns="http://UASI/WSS_POD.wsdl">
      <plengua>string</plengua>
      <pcodusuario>string</pcodusuario>
      <pclave>string</pclave>
      <pcoddep>string</pcoddep>
      <pcurso>string</pcurso>
      <pdni>string</pdni>
    </wshorarioprof_wsprofpod>
  </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>
    <wshorarioprof_wsprofpodResponse xmlns="http://UASI/WSS_POD.wsdl">
      <wshorarioprof_wsprofpodResult>
        <ClaseHorarioProfPod>
          <nif>string</nif>
          <nombre>string</nombre>
          <pla_codalf>string</pla_codalf>
          <plan_desc>string</plan_desc>
          <codasi>string</codasi>
          <asi_desc>string</asi_desc>
          <cred_teo>string</cred_teo>
          <cred_pra>string</cred_pra>
          <creditos>string</creditos>
          <id_activ>string</id_activ>
          <vac_desc>string</vac_desc>
          <cred_activ>string</cred_activ>
          <id_modo_asig>string</id_modo_asig>
          <eje_codnum>string</eje_codnum>
          <vac_codnum>string</vac_codnum>
          <gac_codnum>string</gac_codnum>
          <id_grp_activ>string</id_grp_activ>
          <gac_desc>string</gac_desc>
          <duracion>string</duracion>
          <imp_pctrep>string</imp_pctrep>
          <datini>string</datini>
          <datfin>string</datfin>
          <dsm_codnum>string</dsm_codnum>
          <horaini>string</horaini>
          <horafin>string</horafin>
          <id_sigua>string</id_sigua>
          <aula_desc>string</aula_desc>
          <dni_resp>string</dni_resp>
          <nombre_resp>string</nombre_resp>
          <idioma_grupo>string</idioma_grupo>
          <grupo_ara>string</grupo_ara>
        </ClaseHorarioProfPod>
        <ClaseHorarioProfPod>
          <nif>string</nif>
          <nombre>string</nombre>
          <pla_codalf>string</pla_codalf>
          <plan_desc>string</plan_desc>
          <codasi>string</codasi>
          <asi_desc>string</asi_desc>
          <cred_teo>string</cred_teo>
          <cred_pra>string</cred_pra>
          <creditos>string</creditos>
          <id_activ>string</id_activ>
          <vac_desc>string</vac_desc>
          <cred_activ>string</cred_activ>
          <id_modo_asig>string</id_modo_asig>
          <eje_codnum>string</eje_codnum>
          <vac_codnum>string</vac_codnum>
          <gac_codnum>string</gac_codnum>
          <id_grp_activ>string</id_grp_activ>
          <gac_desc>string</gac_desc>
          <duracion>string</duracion>
          <imp_pctrep>string</imp_pctrep>
          <datini>string</datini>
          <datfin>string</datfin>
          <dsm_codnum>string</dsm_codnum>
          <horaini>string</horaini>
          <horafin>string</horafin>
          <id_sigua>string</id_sigua>
          <aula_desc>string</aula_desc>
          <dni_resp>string</dni_resp>
          <nombre_resp>string</nombre_resp>
          <idioma_grupo>string</idioma_grupo>
          <grupo_ara>string</grupo_ara>
        </ClaseHorarioProfPod>
      </wshorarioprof_wsprofpodResult>
    </wshorarioprof_wsprofpodResponse>
  </soap12:Body>
</soap12:Envelope>