Ludo15101966
9 years agoContributor
Free Soapui , Empty parameter when using a web service
Hello,
I have a very strange behavior in free soapui
I'm importing swagger json to test REST web services
I have parameters in URL so my seb services definition is like that
.../environments/{envName}/users
When I'm using this web service in a test case the parameter is not present in the method
the parameter envName is present in the parameter list, but the url shown is like /environments//users
(normally it is like /environments/{envName}/users ?)
Do you have an idea of the possible cause ?
Thank you
Regards