Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tiagoandrepro/91c6c8340f8a2ced3ba3a44ae98a3cbb to your computer and use it in GitHub Desktop.
Save tiagoandrepro/91c6c8340f8a2ced3ba3a44ae98a3cbb to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:est="http://servicos.saude.gov.br/cnes/v1r0/estabelecimentosaudeservice" xmlns:fil="http://servicos.saude.gov.br/wsdl/mensageria/v1r0/filtropesquisaestabelecimentosaude" xmlns:cod="http://servicos.saude.gov.br/schema/cnes/v1r0/codigocnes" xmlns:cnpj="http://servicos.saude.gov.br/schema/corporativo/pessoajuridica/v1r0/cnpj">
<soap:Header>
<wsse:Security soap:mustUnderstand="true" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-5FCA58BED9F27C406E14576381084652">
<wsse:Username>CNES.PUBLICO</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">cnes#2015public</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soap:Header>
<soap:Body>
<est:requestConsultarEstabelecimentoSaude>
<fil:FiltroPesquisaEstabelecimentoSaude>
<cod:CodigoCNES>
<cod:codigo>2530031</cod:codigo>
</cod:CodigoCNES>
</fil:FiltroPesquisaEstabelecimentoSaude>
</est:requestConsultarEstabelecimentoSaude>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment