Skip to main content

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>XXX</wsd:usuario>
          <wsd:senha>XXXX</wsd:senha>
        <wsd:nsuDfe>0</wsd:nsuDfe>
        <wsd:tipoDocumento>Y</wsd:tipoDocumento>
    </tem:chamadaDownload>
</tem:Download>
</soapenv:Body>
</soapenv:Envelope>