Forum Discussion

anallagundla's avatar
anallagundla
Contributor
14 years ago

org.apache.commons.httpclient.URIException

Hi All

I get the following error : org.apache.commons.httpclient.URIException: escaped absolute path not valid. My API is search, when i give in query=Tom, i get back response, but when i try query="Tom hanks" i get the above error, but when i use GET for the url for query="Tom hanks" using Poster pluggin on firefox i get back response from server.

So what am guessing is soapui is not accepting space in the query parameter.

Am on soapui 3.6.2 Pro Version.

Any pointers on how to resolve this?

Thanks
- A

2 Replies

  • Never mind i figured it out. SoapUI 3.6.2 is not URL encoding spaces, so i tried it in SoapUI 4.0.1, it works fine now


    Thanks
    - A