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?