Skip to main content

Chamada Envio

<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:chamadaInclusaoDocs>
                    <wsd:usuario>xxx</wsd:usuario>
               <wsd:senha>xxx</wsd:senha>
                <wsd:documento> Arquivo em Base64</wsd:documento>
            <wsd:filename>xxx</wsd:filename>
         </tem:chamadaInclusaoDocs>
      </tem:Inclusao>
   </soapenv:Body>
</soapenv:Envelope>