Forum Discussion
14 years ago
I am also getting this error with SOAP UI 4.5.0. I am trying to call RESTful Webservice GET method using an URL like http://localhost/abc/xyz/{param}. Here if I give a param value like 'Test Param' ie with a space in between, it resolves to Test+param if encoding is on. This results in URL being truncated to http://localhost. If I disable encoding, I can see 'Test Param' mentioned in Resource/Method field and it also results in same error. So I tried giving 'Test%20Param'. Now its getting encoded to Test%2520Param even though the encoding is disabled. So the server reads it as Test%20Param and thats not what is expected.
Is there a solution to this issue?
Is there a solution to this issue?