Exemplo de chamada
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:wsd="http://schemas.datacontract.org/2004/07/WSDFe"> |
<soapenv:Header/> |
<soapenv:Body> |
<tem:Download> |
<tem:chamadaDownload> |
<wsd:usuario>usuário</wsd:usuario> |
<wsd:senha>senha</wsd:senha> |
<wsd:chave>35201208736011000227550010005459701018544588</wsd:chave> |
<wsd:nsuDfe></wsd:nsuDfe> |
<wsd:dataInicio>2020-12-01</wsd:dataInicio> |
<wsd:tipoDocumento>1</wsd:tipoDocumento> |
<wsd:modDoc>XX</wsd:modDoc> |
<wsd:apenasTransportador>0</wsd:apenasTransportador> |
</tem:chamadaDownload> |
</tem:Download> |
</soapenv:Body> |
</soapenv:Envelope>
|