Referring to this question: Is it mandatory to use Kony middleware for Kony application?
One of the response said that if the response is in JSON, then it is not necessary to go through the middleware.
However, if the services are RESTful but not in JSON (say in XML), does it still need to be routed through the Middleware?
To be able to consume webservice without the middleware the response should be in JSON, otherwise its not going to work (and the middleware became mandatory in this scenario)