Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permitir que seja feita uma Busca por Cliente #45

Open
alexandregama opened this issue Dec 28, 2016 · 0 comments
Open

Permitir que seja feita uma Busca por Cliente #45

alexandregama opened this issue Dec 28, 2016 · 0 comments
Labels

Comments

@alexandregama
Copy link
Collaborator

alexandregama commented Dec 28, 2016

To Do

A busca por cliente nos correios leva em consideração o seguinte XML SOAP

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cli="http://cliente.bean.master.sigep.bsb.correios.com.br/">
   <soapenv:Header/>
   <soapenv:Body>
      <cli:buscaCliente>
         <!--Optional:-->
         <idContrato>?</idContrato>
         <!--Optional:-->
         <idCartaoPostagem>?</idCartaoPostagem>
         <!--Optional:-->
         <usuario>?</usuario>
         <!--Optional:-->
         <senha>?</senha>
      </cli:buscaCliente>
   </soapenv:Body>
</soapenv:Envelope>

O SDK deve permitir que seja feita uma busca pelo cliente levando em consideração os parâmetros acima.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant