Hi All,
I have created a REST service which is accepting a JSON data and processing it successfully.
However, when we provide any other JSON message not adhering to input structure of our REST service then request keep on waiting indefinitely without generating any error.
There is no log even in server and error log about this request.
But when we supply a incorrect JSON we directly get invalid JSON exception.
I am not sure how to handle a request for which there is no error generated.
ENV details:
wM IS version: 9.9
Please suggest.
Thanks,
Amit