ContributionsMost RecentMost LikesSolutionsRe: Allow uppercase in URL in the HTTP Request test step This creates additional problems when paired with the fact that default parameters in SoapUI are forced to camel case with Project and TestSuite. Any paramaterized url will fail. Re: How do I create a HTTP Request URL with uppercase characters Hi Tanya, I'm amazed more people haven't had this problem. I'm currently trying to send an HTTP request with a paramaterized value, however the default value for a project and test suite level paramater are Project and TestSuite respectively. Accordingly, all of my tests are unable to be paramaterized because SoapUI converts them to lower case and my paramaters aren't found. Is there a simple solution that doesn't require having test-level paramaters for each case? Thanks