Forum Discussion

SiKing's avatar
SiKing
Community Expert
11 years ago

[Registered] Illegal character in query

SoapUI 5 still has problems with properly encoding query parameters.
If you have a REST call, something like:
http://server.test/service?queryParam=query value
it should get encoded as
http://server.test/service?queryParam=query%20value
Instead it gets sent as is. The sopui-errors.log will have something like:
java.net.URISyntaxException: Illegal character in query at index 45: http://server.test/service?queryParam=query value

I know this has been reported before, here and elsewhere, I just cannot find the jira ticket number.