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.chamada">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:Inclusao>
         <tem:chamadaInclusao>
            <wsd:usuario>usuário</wsd:usuario>
            <wsd:senha>senha</wsd:senha>
            <wsd:documento><![CDATA[xml do DF-e]]></wsd:documento>
         </tem:chamadaInclusao>
      </tem:Inclusao>
   </soapenv:Body>
</soapenv:Envelope>