Skip to content

Instantly share code, notes, and snippets.

@jlmonteiro
Last active December 14, 2015 05:49
Show Gist options
  • Save jlmonteiro/5037767 to your computer and use it in GitHub Desktop.
Save jlmonteiro/5037767 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:fac="http://facade.sga.componente.anp.gov.br/">
<soapenv:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username><![CDATA[usuario]]></wsse:Username>
<wsse:Password><![CDATA[senha]]></wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<fac:carregarUsuarioPorNomeUsuario>
<nomeUsuario>00155812092</nomeUsuario>
<buscarFuncionalidade>false</buscarFuncionalidade>
</fac:carregarUsuarioPorNomeUsuario>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment