curl --location '/RequisicaoNfe.asmx' \
--header 'Content-Type: text/xml' \
--data '<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<requisicaoNfeResponse xmlns="http://webservices.portal.fidc.fromtis.com.br/">
<retorno>
<retornoAquisicao id="v">
<retornoProcessamento>
<status>?</status>
<erros>
<erro codigo="?">
<mensagem>?</mensagem>
</erro>
</erros>
</retornoProcessamento>
<cedentes>
<cedente>
<cnpjFundo xmlns="">?</cnpjFundo>
<cnpjCedente xmlns="">?</cnpjCedente>
<nomeCedente xmlns="">?</nomeCedente>
<duplicatas xmlns="">
<duplicata>
<numero>?</numero>
<seunumero>?</seunumero>
<nomePkcs7>?</nomePkcs7>
<existeNfe>?</existeNfe>
<chaveNfe>?</chaveNfe>
</duplicata>
</duplicatas>
</cedente>
</cedentes>
</retornoAquisicao>
</retorno>
</requisicaoNfeResponse>
</soap:Body>
</soap:Envelope>'