Forum Discussion
krenevla
11 years agoContributor
Hi,
thanks, but please put a bit higher priority on this issue because I have to use free version of SoapUI when I am working with HTTP requests and it's quite annoying
Br, Vladan
thanks, but please put a bit higher priority on this issue because I have to use free version of SoapUI when I am working with HTTP requests and it's quite annoying

Br, Vladan
- DmitryQA10 years agoOccasional Visitor
Hi all.
Problem is actual for last SoapUI 5.2.1, and really consumes lot of working time.
Can You please update issue status? Or inform us, that there is just no ability to capitalize URLS for https...
Sincerely,
Dmitry,
ws tester,
- nmrao10 years agoCommunity Hero
The simplest workaround for you can be
Define custom project property for the endpoint with the whatever case or however you wanted and use this property as the endpoint like ${#Project#ENDPOINT_SERVICE1}
You may define value for ENDPOINT_SERVICE1 something like HTTPS://servername:port/service1/path
Hope this is helpful;