REST Service March 19, 2018July 23, 2020 Reyansh1 Comment How we can design a REST service which returns both JSON and XML depending on the request header?
Yes, REST resource may return either XML or JSON depending upon the request, you can choose below ways to decide which to return,