Hist_Ghe


Click here for a complete list of operations.

Carga

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 /WSSD/Hist_Ghe.asmx HTTP/1.1
Host: desenvolvimento.portalglauco.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Carga"

<?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>
    <Carga xmlns="http://tempuri.org/">
      <usuario>string</usuario>
      <senha>string</senha>
      <idioma>string</idioma>
      <token>string</token>
      <hist_Ghe>
        <Hist_Ghe>
          <CD_ISH_VINCULO>string</CD_ISH_VINCULO>
          <CD_ISH_HIST_GHE>string</CD_ISH_HIST_GHE>
          <DT_HISTORICO>dateTime</DT_HISTORICO>
          <CD_GHE>string</CD_GHE>
          <CD_GFIP>string</CD_GFIP>
          <ST_PERICULOSO>int</ST_PERICULOSO>
          <CD_TIPO_PERICULOSIDADE>string</CD_TIPO_PERICULOSIDADE>
          <NU_PERC_PERICULOSIDADE>decimal</NU_PERC_PERICULOSIDADE>
          <ST_INSALUBRIDADE>int</ST_INSALUBRIDADE>
          <CD_TIPO_INSALUBRIDADE>string</CD_TIPO_INSALUBRIDADE>
          <NU_PERC_INSALUBRIDADE>decimal</NU_PERC_INSALUBRIDADE>
          <ST_EXCECAO>int</ST_EXCECAO>
          <NU_POSICAO>int</NU_POSICAO>
        </Hist_Ghe>
        <Hist_Ghe>
          <CD_ISH_VINCULO>string</CD_ISH_VINCULO>
          <CD_ISH_HIST_GHE>string</CD_ISH_HIST_GHE>
          <DT_HISTORICO>dateTime</DT_HISTORICO>
          <CD_GHE>string</CD_GHE>
          <CD_GFIP>string</CD_GFIP>
          <ST_PERICULOSO>int</ST_PERICULOSO>
          <CD_TIPO_PERICULOSIDADE>string</CD_TIPO_PERICULOSIDADE>
          <NU_PERC_PERICULOSIDADE>decimal</NU_PERC_PERICULOSIDADE>
          <ST_INSALUBRIDADE>int</ST_INSALUBRIDADE>
          <CD_TIPO_INSALUBRIDADE>string</CD_TIPO_INSALUBRIDADE>
          <NU_PERC_INSALUBRIDADE>decimal</NU_PERC_INSALUBRIDADE>
          <ST_EXCECAO>int</ST_EXCECAO>
          <NU_POSICAO>int</NU_POSICAO>
        </Hist_Ghe>
      </hist_Ghe>
    </Carga>
  </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>
    <CargaResponse xmlns="http://tempuri.org/">
      <CargaResult>
        <Processado>string</Processado>
        <Mensagem>string</Mensagem>
      </CargaResult>
    </CargaResponse>
  </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 /WSSD/Hist_Ghe.asmx HTTP/1.1
Host: desenvolvimento.portalglauco.com.br
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>
    <Carga xmlns="http://tempuri.org/">
      <usuario>string</usuario>
      <senha>string</senha>
      <idioma>string</idioma>
      <token>string</token>
      <hist_Ghe>
        <Hist_Ghe>
          <CD_ISH_VINCULO>string</CD_ISH_VINCULO>
          <CD_ISH_HIST_GHE>string</CD_ISH_HIST_GHE>
          <DT_HISTORICO>dateTime</DT_HISTORICO>
          <CD_GHE>string</CD_GHE>
          <CD_GFIP>string</CD_GFIP>
          <ST_PERICULOSO>int</ST_PERICULOSO>
          <CD_TIPO_PERICULOSIDADE>string</CD_TIPO_PERICULOSIDADE>
          <NU_PERC_PERICULOSIDADE>decimal</NU_PERC_PERICULOSIDADE>
          <ST_INSALUBRIDADE>int</ST_INSALUBRIDADE>
          <CD_TIPO_INSALUBRIDADE>string</CD_TIPO_INSALUBRIDADE>
          <NU_PERC_INSALUBRIDADE>decimal</NU_PERC_INSALUBRIDADE>
          <ST_EXCECAO>int</ST_EXCECAO>
          <NU_POSICAO>int</NU_POSICAO>
        </Hist_Ghe>
        <Hist_Ghe>
          <CD_ISH_VINCULO>string</CD_ISH_VINCULO>
          <CD_ISH_HIST_GHE>string</CD_ISH_HIST_GHE>
          <DT_HISTORICO>dateTime</DT_HISTORICO>
          <CD_GHE>string</CD_GHE>
          <CD_GFIP>string</CD_GFIP>
          <ST_PERICULOSO>int</ST_PERICULOSO>
          <CD_TIPO_PERICULOSIDADE>string</CD_TIPO_PERICULOSIDADE>
          <NU_PERC_PERICULOSIDADE>decimal</NU_PERC_PERICULOSIDADE>
          <ST_INSALUBRIDADE>int</ST_INSALUBRIDADE>
          <CD_TIPO_INSALUBRIDADE>string</CD_TIPO_INSALUBRIDADE>
          <NU_PERC_INSALUBRIDADE>decimal</NU_PERC_INSALUBRIDADE>
          <ST_EXCECAO>int</ST_EXCECAO>
          <NU_POSICAO>int</NU_POSICAO>
        </Hist_Ghe>
      </hist_Ghe>
    </Carga>
  </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>
    <CargaResponse xmlns="http://tempuri.org/">
      <CargaResult>
        <Processado>string</Processado>
        <Mensagem>string</Mensagem>
      </CargaResult>
    </CargaResponse>
  </soap12:Body>
</soap12:Envelope>