aldana
16 years agoOccasional Contributor
URL/Endpoint, '[' ']' characters problem
hi,
soap ui has problems with following URL/Endpoint:
http://localhost:8080/foo?map[entry]=foo
The problem are the [ ] characters. I disabled escaping but still I get a:
"Error getting response for [belen-api.ads/ Resource:Search]; java.lang.IllegalArgumentException: host parameter is null"
Is there a custom soap-ui escaping mechanism to include [] as normal parameters?
Besides that even if url-escaping is enabled, soap-ui should not url escape the [] characters. my webapp framework is using the [] characters to represent map style parameters.
soap ui has problems with following URL/Endpoint:
http://localhost:8080/foo?map[entry]=foo
The problem are the [ ] characters. I disabled escaping but still I get a:
"Error getting response for [belen-api.ads/ Resource:Search]; java.lang.IllegalArgumentException: host parameter is null"
Is there a custom soap-ui escaping mechanism to include [] as normal parameters?
Besides that even if url-escaping is enabled, soap-ui should not url escape the [] characters. my webapp framework is using the [] characters to represent map style parameters.