Skip to main content

Exemplo de retorno

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <InclusaoResponse xmlns="http://tempuri.org/">
         <InclusaoResult xmlns:a="http://schemas.datacontract.org/2004/07/WSDFe.retorno" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <a:statusGeral>
               <a:codigo>0</a:codigo>
               <a:mensagem>Operação realizada com sucesso.</a:mensagem>
            </a:statusGeral>
         </InclusaoResult>
      </InclusaoResponse>
   </s:Body>
</s:Envelope>