As mentioned here Web Services Builder in Katalon Studio | Katalon Docs, this authorization should used by version > 8.4.0, please double check about the version. In the meanwhile, let me read about it more. I just found this document BasicRequestAuthorization if relevant.
Thankls for your answer, Elly_Tran I’m using the last version so 8.5.0. I’m not sure if I’m using correctly the setAutoriationInfo. Is it a map with username as key andf password as value ? Or do we need something else ?
Are those valid variables?
The method expect a Map<String, String> signature.
So if you intend to pass them as they are, perhaps you should use ["username":"passwrod"]
Well … I have no other idea other than inspect your BasicRequestAuthorization object and check if everything needed is in place.
E.g the RequestAuthorization class have also a setAuthorizationType method.
I would expect that BasicRequestAuthorization override it and set it to Basic by default … but something may be wrong somewhere. https://api-docs.katalon.com/com/kms/katalon/core/testobject/authorization/RequestAuthorization.html
the API doc is a bit confusing