Skip to content

Instantly share code, notes, and snippets.

@SOSTheBlack
Created January 23, 2020 13:21
Show Gist options
  • Save SOSTheBlack/3273e16bcee374e0cbef9a2a7b9ea8ad to your computer and use it in GitHub Desktop.
Save SOSTheBlack/3273e16bcee374e0cbef9a2a7b9ea8ad to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<ConsultarDocumentoResponse xmlns="http://nddigital.com.br/eForms/webservices">
<ConsultarDocumentoResult>
<eformsConsultarColdChaveAcessoRetorno xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.nddigital.com.br/connector">
<versao>1.00</versao>
<chaveacesso>31200103654243000131550020000814831004526929</chaveacesso>
<mensagemconsulta>
<codigo>D000</codigo>
<mensagem>Consulta realizada com sucesso</mensagem>
</mensagemconsulta>
<mensagemstatus>
<codigo>D102</codigo>
<mensagem>Documento inexistente na base de dados</mensagem>
</mensagemstatus>
</eformsConsultarColdChaveAcessoRetorno>
</ConsultarDocumentoResult>
</ConsultarDocumentoResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment