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

Problema ao tentar gerar cliente WSDL. #369

Closed
antonioamaury opened this issue May 12, 2020 · 6 comments
Closed

Problema ao tentar gerar cliente WSDL. #369

antonioamaury opened this issue May 12, 2020 · 6 comments
Labels
bug Something isn't working
Milestone

Comments

@antonioamaury
Copy link

Problema ao tentar gerar cliente WSDL.

[Error - 14:15:44] One or more validations errors detected:

  • Authorization token was not informed.

To Reproduce
Steps to reproduce the behavior:

  1. Tentar gerar novo cliente WSDL.
  2. CTRL+SHIFT+P
    3.TOTVS: GENERATE WS PROTHEUS

SCREENSHOT

  • OS/Architecture: Windows 64 bits
  • TOTVS - Build 7.00.170117A - Oct 24 2019 - 12:14:41
  • Build: 64 bits
  • SVN Revision: 24668
  • Build Version: 17.3.0.16
  • OS/Architecture: Windows Server 2012 R2
@lwtnb-wrk
Copy link
Contributor

@antonioamaury Grato pelo aviso. Realmente identificamos um problema que será corrigido na próxima atualização.
Para gerar um cliente WSDL enquanto a correção não é disponibilizada edite o arquivo servers.json que esta na pasta .totvsls dentro de sua pasta de usuário. Localize a seção "permissions" e adicione este "authorizationToken" conforme abaixo:

	"permissions": {
		"authorizationToken": "ZHVtbXk6MDowOjo6MToxNQ==.wlcUgwgGoezgFzjOh3f6REK0dEbSEmD9E2sHylYuMeScLXkZh+UUyKX84HBg5wa9zIJPvzFmrGCfh3wbDb8vQX2FlR+nrSO7mFQ2Va6M7HhQr3Vr+5pBBoP1acG/N90eQFCBftmKz9yGG3bGkomBVfbzf026XdPoiIisgBtpSz5jLVOHVVJNaSJSdIzj9glRmTxP2DozAhtq9LbKSG8gP+Gz7A4NksMM8k6wpEu6wTapCMDLcVy26ZWmfKalUnr7XQxv5aEWK1UeyTVdXmVoSYGeit3OMbgoavgoIejzl/eQXGocQT4O+bMAx9unHOo7Tv2SAvp1ZSWj7Es4CAvJtg=="
	},

Veja se assim consegue gerar o cliente WSDL.

@lwtnb-wrk lwtnb-wrk added bug Something isn't working awaiting release Fixed issues and awaiting the next release labels May 12, 2020
lwtnb-wrk added a commit that referenced this issue May 13, 2020
@eduardofm1
Copy link

Boa tarde pessoal,

Estou com o mesmo problema, adicionei a chave authorizationToken porém o erro ainda persiste.
Podem me ajudar?
image
image

@lwtnb-wrk
Copy link
Contributor

@eduardofm1 O atributo "authorizationToken" é case-sensitive. Percebi que o "t" do "token" está em letra minúscula e deveria ser maíuscula. Troque para "authorizationToken" que ele deve ser considerado.

@eduardofm1
Copy link

Deu certo, era isso. Obrigado.

@AleksFM
Copy link

AleksFM commented May 18, 2020

@antonioamaury Grato pelo aviso. Realmente identificamos um problema que será corrigido na próxima atualização.
Para gerar um cliente WSDL enquanto a correção não é disponibilizada edite o arquivo servers.json que esta na pasta .totvsls dentro de sua pasta de usuário. Localize a seção "permissions" e adicione este "authorizationToken" conforme abaixo:

	"permissions": {
		"authorizationToken": "ZHVtbXk6MDowOjo6MToxNQ==.wlcUgwgGoezgFzjOh3f6REK0dEbSEmD9E2sHylYuMeScLXkZh+UUyKX84HBg5wa9zIJPvzFmrGCfh3wbDb8vQX2FlR+nrSO7mFQ2Va6M7HhQr3Vr+5pBBoP1acG/N90eQFCBftmKz9yGG3bGkomBVfbzf026XdPoiIisgBtpSz5jLVOHVVJNaSJSdIzj9glRmTxP2DozAhtq9LbKSG8gP+Gz7A4NksMM8k6wpEu6wTapCMDLcVy26ZWmfKalUnr7XQxv5aEWK1UeyTVdXmVoSYGeit3OMbgoavgoIejzl/eQXGocQT4O+bMAx9unHOo7Tv2SAvp1ZSWj7Es4CAvJtg=="
	},

Veja se assim consegue gerar o cliente WSDL.

Deu certo para mim que tenho uma configuracao do AppSever LG19.3.0.3 no backoffice é um Appserver 7.00.131227A como servico TSS que tenhia que generar os clientes Ws do fatura eletrónica do Argentina.

@ricardomansano
Copy link
Contributor

Boa tarde,
Issue resolvida e disponibilizado hoje na versão 1.0.3 do plugin
At,

@brodao-zz brodao-zz added this to the Versão 1.1.0 milestone Oct 15, 2020
@brodao-zz brodao-zz removed the awaiting release Fixed issues and awaiting the next release label Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants