IntegracaoCertificadora


Click here for a complete list of operations.

retorno

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 /demo_api/Soap/IntegracaoCertificadora.asmx HTTP/1.1
Host: rec.dnways.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://webservices.portal.fidc.fromtis.com.br/retorno"

<?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>
    <retorno xmlns="http://webservices.portal.fidc.fromtis.com.br/">
      <retorno>
        <retornoAquisicao id="string" xmlns="">
          <retornoProcessamento>
            <status>string</status>
            <erros xsi:nil="true" />
          </retornoProcessamento>
          <operacao>
            <valorLiquido>decimal</valorLiquido>
            <valorBruto>decimal</valorBruto>
            <comAdiantamento>boolean</comAdiantamento>
            <termoCessao>string</termoCessao>
            <valorRecompra>decimal</valorRecompra>
          </operacao>
          <custodiante>
            <nomeCustodiante>string</nomeCustodiante>
            <cnpjCustodiante>string</cnpjCustodiante>
          </custodiante>
          <fundo>
            <cnpjFundo>string</cnpjFundo>
            <nomeFundo>string</nomeFundo>
            <partes xsi:nil="true" />
            <testemunhas xsi:nil="true" />
          </fundo>
          <consultoria>
            <nomeConsultoria>string</nomeConsultoria>
            <cnpjConsultoria>string</cnpjConsultoria>
            <partes xsi:nil="true" />
          </consultoria>
          <cedente>
            <cnpj>string</cnpj>
            <nome>string</nome>
            <endereco>string</endereco>
            <bairro>string</bairro>
            <cidade>string</cidade>
            <uf>string</uf>
            <cep>string</cep>
            <telefone>string</telefone>
            <inscricaoEstadual>string</inscricaoEstadual>
            <inscricaoMunicipal>string</inscricaoMunicipal>
            <partes xsi:nil="true" />
            <avalistas xsi:nil="true" />
            <titulos xsi:nil="true" />
            <titulosRecompra xsi:nil="true" />
          </cedente>
        </retornoAquisicao>
      </retorno>
    </retorno>
  </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>
    <retornoResponse xmlns="http://webservices.portal.fidc.fromtis.com.br/" />
  </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 /demo_api/Soap/IntegracaoCertificadora.asmx HTTP/1.1
Host: rec.dnways.com
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>
    <retorno xmlns="http://webservices.portal.fidc.fromtis.com.br/">
      <retorno>
        <retornoAquisicao id="string" xmlns="">
          <retornoProcessamento>
            <status>string</status>
            <erros xsi:nil="true" />
          </retornoProcessamento>
          <operacao>
            <valorLiquido>decimal</valorLiquido>
            <valorBruto>decimal</valorBruto>
            <comAdiantamento>boolean</comAdiantamento>
            <termoCessao>string</termoCessao>
            <valorRecompra>decimal</valorRecompra>
          </operacao>
          <custodiante>
            <nomeCustodiante>string</nomeCustodiante>
            <cnpjCustodiante>string</cnpjCustodiante>
          </custodiante>
          <fundo>
            <cnpjFundo>string</cnpjFundo>
            <nomeFundo>string</nomeFundo>
            <partes xsi:nil="true" />
            <testemunhas xsi:nil="true" />
          </fundo>
          <consultoria>
            <nomeConsultoria>string</nomeConsultoria>
            <cnpjConsultoria>string</cnpjConsultoria>
            <partes xsi:nil="true" />
          </consultoria>
          <cedente>
            <cnpj>string</cnpj>
            <nome>string</nome>
            <endereco>string</endereco>
            <bairro>string</bairro>
            <cidade>string</cidade>
            <uf>string</uf>
            <cep>string</cep>
            <telefone>string</telefone>
            <inscricaoEstadual>string</inscricaoEstadual>
            <inscricaoMunicipal>string</inscricaoMunicipal>
            <partes xsi:nil="true" />
            <avalistas xsi:nil="true" />
            <titulos xsi:nil="true" />
            <titulosRecompra xsi:nil="true" />
          </cedente>
        </retornoAquisicao>
      </retorno>
    </retorno>
  </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>
    <retornoResponse xmlns="http://webservices.portal.fidc.fromtis.com.br/" />
  </soap12:Body>
</soap12:Envelope>