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

Definições ClientRequest e ServicesRequest Interface #54

Closed
Ferreiramg opened this issue Aug 22, 2016 · 1 comment
Closed

Definições ClientRequest e ServicesRequest Interface #54

Ferreiramg opened this issue Aug 22, 2016 · 1 comment

Comments

@Ferreiramg
Copy link
Member

Client abstrato responsável em enviar a Requisição, recebe um Service Interface que implementa métodos necessários para requisição do Serviço .
Proposta.

Client

  • send(ServiceRequest $service): Monta a requisição, envia e retorna resposta da requisição.

ServiceRequest

  • withUri($uri): recebe url do serviço
  • withHeader($header): recebe headers do serviço
  • withBody($body):recebe body context do serviço
Ferreiramg added a commit to Ferreiramg/sped-common that referenced this issue Aug 22, 2016
@robmachado
Copy link
Contributor

Já foi feita a Interface para SOAP e montado os objetos SOAPCURL e SOAPNATIVE, estou fazendo os testes operacionais com essas classes no sped-nfse e no sped-nfe (branch v5.0).
Infelizmente não são tão simples como se poderia pensar em virtude de diferenças dos webservices.

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

No branches or pull requests

2 participants