Service returning parse error?
I am attempting to map a simple service to a simple UI. However, for reasons completely unknown, I am receiving a parse error. I have no idea why this error is occurring, nor where—my JSON response is valid.
JSON.stringify(jqXHR)
{"readyState":4,"responseText":"java.lang.ArrayIndexOutOfBoundsException","status":200,"statusText":"OK"}
textStatus
parsererror
errorThrown
SyntaxError: JSON.parse: unexpected character
Attached are an image of both the service map, and the JSON response. Why might this error be occurring? I have never experienced it before.