Token - Password Digest - Automation
Hello. In a SOAP request, it is necessary for each execution to "renew" the token using the steps below:
1 - Delete the Header
2 - Right-click on the soap UI project
3 - Click on 'Add Username Token'
4 - Password digest
Then, the header is created with the token and with that we can make the request successfully.
I would like to do this automatically. It's possible ? If not, is there any way or API that will return this token to me? How does SoapUi create this token? Would it be possible to create it from external sources (outside of soapUi)?
Olá. Em uma request de SOAP, é necessário a cada execução "renovarmos" o token por meio dos passos abaixo:
1 - Apagar o Header
2 - Clicar com o botão direito no projeto soap UI
3 - Clicar em 'Add Username Token'
4 - Password digest
Em seguida, o header é criado com o token e com isso podemos fazer a request com sucesso.
Gostaria de fazer isso de forma automatica. É possivel ? Se não, existe algum modo ou API que me retorne esse token ? Como o SoapUi cria esse token ? Seria possivel a criação do mesmo por fontes externas (fora do soapUi) ?