jamierhodes
13 years agoNew Contributor
StringIndexOutOfBoundsException hitting web API
Hey guys,
I'm trying to hit a new Web API and for requests that would return a valid JSON object soapUI is throwing the following:
2013-06-17 15:31:55 - Error getting response; java.lang.StringIndexOutOfBoundsException: String index out of range: -24
I can submit the seemingly same request via Fidler and get the correct response. For requests that return validation errors from our code the response is returned. Ideas?
I'm using a simple GET method w/ no parameters other than the default parameter passed into the URL. (ie api/Test/-10)
I'm trying to hit a new Web API and for requests that would return a valid JSON object soapUI is throwing the following:
2013-06-17 15:31:55 - Error getting response; java.lang.StringIndexOutOfBoundsException: String index out of range: -24
I can submit the seemingly same request via Fidler and get the correct response. For requests that return validation errors from our code the response is returned. Ideas?
I'm using a simple GET method w/ no parameters other than the default parameter passed into the URL. (ie api/Test/-10)