ProcessoAssinatura


Click here for a complete list of operations.

inclusao

Método para inclusão de processos de assinaturas digitais.

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 /webservices/processoassinatura.asmx HTTP/1.1
Host: www.gtidigital.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://gestordigitalbr.azurewebsites.net/assina/inclusao"

<?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>
    <inclusao xmlns="https://gestordigitalbr.azurewebsites.net/assina/">
      <empresa xmlns="">
        <token>string</token>
        <versao>string</versao>
        <operador>string</operador>
        <cnpj>string</cnpj>
        <operacao>
          <arquivos>
            <arquivo xsi:nil="true" />
            <arquivo xsi:nil="true" />
          </arquivos>
          <valorLiquido>string</valorLiquido>
          <valorRecompra>string</valorRecompra>
          <cedente>
            <duplicatas xsi:nil="true" />
            <sacadorAvalista xsi:nil="true" />
          </cedente>
          <Notificacao>boolean</Notificacao>
          <manterEmEdicao>boolean</manterEmEdicao>
          <observacoes>string</observacoes>
          <data>string</data>
          <numero>int</numero>
          <titulo>string</titulo>
          <descricao>string</descricao>
          <valorBruto>string</valorBruto>
          <outrasEmpresas>
            <outraEmpresa xsi:nil="true" />
            <outraEmpresa xsi:nil="true" />
          </outrasEmpresas>
        </operacao>
        <participantes>
          <participante>
            <email>string</email>
            <perfil>int</perfil>
            <assinaDocumentos>boolean</assinaDocumentos>
            <assinaPelaEmpresa>string</assinaPelaEmpresa>
            <assinaDuplicatas>boolean</assinaDuplicatas>
            <nome>string</nome>
            <cpf>string</cpf>
            <vinculoEmpresa>boolean</vinculoEmpresa>
            <OutorganteId xmlns="https://gestordigitalbr.azurewebsites.net/assina/">guid</OutorganteId>
            <procuradores xsi:nil="true" />
          </participante>
          <participante>
            <email>string</email>
            <perfil>int</perfil>
            <assinaDocumentos>boolean</assinaDocumentos>
            <assinaPelaEmpresa>string</assinaPelaEmpresa>
            <assinaDuplicatas>boolean</assinaDuplicatas>
            <nome>string</nome>
            <cpf>string</cpf>
            <vinculoEmpresa>boolean</vinculoEmpresa>
            <OutorganteId xmlns="https://gestordigitalbr.azurewebsites.net/assina/">guid</OutorganteId>
            <procuradores xsi:nil="true" />
          </participante>
        </participantes>
      </empresa>
    </inclusao>
  </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>
    <inclusaoResponse xmlns="https://gestordigitalbr.azurewebsites.net/assina/">
      <inclusaoResult>
        <sucesso xmlns="">boolean</sucesso>
        <mensagem xmlns="">string</mensagem>
        <processoId xmlns="">string</processoId>
        <participantes xmlns="">
          <participante>
            <nome>string</nome>
            <cpf>string</cpf>
            <email>string</email>
            <link>string</link>
          </participante>
          <participante>
            <nome>string</nome>
            <cpf>string</cpf>
            <email>string</email>
            <link>string</link>
          </participante>
        </participantes>
      </inclusaoResult>
    </inclusaoResponse>
  </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 /webservices/processoassinatura.asmx HTTP/1.1
Host: www.gtidigital.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>
    <inclusao xmlns="https://gestordigitalbr.azurewebsites.net/assina/">
      <empresa xmlns="">
        <token>string</token>
        <versao>string</versao>
        <operador>string</operador>
        <cnpj>string</cnpj>
        <operacao>
          <arquivos>
            <arquivo xsi:nil="true" />
            <arquivo xsi:nil="true" />
          </arquivos>
          <valorLiquido>string</valorLiquido>
          <valorRecompra>string</valorRecompra>
          <cedente>
            <duplicatas xsi:nil="true" />
            <sacadorAvalista xsi:nil="true" />
          </cedente>
          <Notificacao>boolean</Notificacao>
          <manterEmEdicao>boolean</manterEmEdicao>
          <observacoes>string</observacoes>
          <data>string</data>
          <numero>int</numero>
          <titulo>string</titulo>
          <descricao>string</descricao>
          <valorBruto>string</valorBruto>
          <outrasEmpresas>
            <outraEmpresa xsi:nil="true" />
            <outraEmpresa xsi:nil="true" />
          </outrasEmpresas>
        </operacao>
        <participantes>
          <participante>
            <email>string</email>
            <perfil>int</perfil>
            <assinaDocumentos>boolean</assinaDocumentos>
            <assinaPelaEmpresa>string</assinaPelaEmpresa>
            <assinaDuplicatas>boolean</assinaDuplicatas>
            <nome>string</nome>
            <cpf>string</cpf>
            <vinculoEmpresa>boolean</vinculoEmpresa>
            <OutorganteId xmlns="https://gestordigitalbr.azurewebsites.net/assina/">guid</OutorganteId>
            <procuradores xsi:nil="true" />
          </participante>
          <participante>
            <email>string</email>
            <perfil>int</perfil>
            <assinaDocumentos>boolean</assinaDocumentos>
            <assinaPelaEmpresa>string</assinaPelaEmpresa>
            <assinaDuplicatas>boolean</assinaDuplicatas>
            <nome>string</nome>
            <cpf>string</cpf>
            <vinculoEmpresa>boolean</vinculoEmpresa>
            <OutorganteId xmlns="https://gestordigitalbr.azurewebsites.net/assina/">guid</OutorganteId>
            <procuradores xsi:nil="true" />
          </participante>
        </participantes>
      </empresa>
    </inclusao>
  </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>
    <inclusaoResponse xmlns="https://gestordigitalbr.azurewebsites.net/assina/">
      <inclusaoResult>
        <sucesso xmlns="">boolean</sucesso>
        <mensagem xmlns="">string</mensagem>
        <processoId xmlns="">string</processoId>
        <participantes xmlns="">
          <participante>
            <nome>string</nome>
            <cpf>string</cpf>
            <email>string</email>
            <link>string</link>
          </participante>
          <participante>
            <nome>string</nome>
            <cpf>string</cpf>
            <email>string</email>
            <link>string</link>
          </participante>
        </participantes>
      </inclusaoResult>
    </inclusaoResponse>
  </soap12:Body>
</soap12:Envelope>