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

Protheus Doc - Webservices #53

Open
ghost opened this issue Jan 21, 2021 · 2 comments
Open

Protheus Doc - Webservices #53

ghost opened this issue Jan 21, 2021 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@ghost
Copy link

ghost commented Jan 21, 2021

Bom dia.

Ao inserir um webservice (Rest / Soap), o protheusDoc não gera o cabeçalho.
Isso é uma limitação do ProtheusDoc mesmo ou do plugin?

Att.

@AlencarGabriel
Copy link
Owner

Olá @razielucas ,

a estrutura de construção dos webservices REST e SOAP tem uma sintaxe específica, e não atendem aos tipos especificados na convenção da TOTVS (function, class ou method).

Até daria para implementar essas sintaxes na extensão, porém teria que avaliar muito bem a questão, pois não é algo documentado pela TOTVS. E estou tentando deixar a extensão o mais padrão seguindo a convenção possível.

@AlencarGabriel AlencarGabriel added help wanted Extra attention is needed question Further information is requested labels Jan 21, 2021
@gustavoschepp
Copy link

Bom dia.

Ao inserir um webservice (Rest / Soap), o protheusDoc não gera o cabeçalho.
Isso é uma limitação do ProtheusDoc mesmo ou do plugin?

Att.

Tenho o mesmo caso em nosso desenvolvimentos de WebServices do tipo API/REST

Ex:

WSRESTFUL WsListaCadClientes DESCRIPTION "WebServices Costa Sul - WS Lista - Cadastro de Clientes"
WSMETHOD GET ListaCadClientes WSSERVICE WsListaCadClientes
WSMETHOD GET ListaComissao WSRECEIVE pModoConsumo, param_periodo_ini, param_periodo_fim, param_cliente_codigo_de, param_cliente_codigo_ate WSSERVICE WsListaComissao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants