smollweide / node-mock-server

File based Node REST API mock server
MIT License
255 stars 65 forks source link

How to handle xml response in mock-server #145

Closed ParthCodeDev closed 4 years ago

ParthCodeDev commented 4 years ago

I have a requirement to return xml data than it is possible with mock server to read xml file and return the xml data ??

smollweide commented 4 years ago

Hi @ParthCodeDev, yes it is by just adding a xml file. Here an example: https://github.com/smollweide/node-mock-server/tree/master/demo/rest/products/%23%7BproductCode%7D%23static/GET/mock

ParthCodeDev commented 4 years ago

Hi @ParthCodeDev, yes it is by just adding a xml file. Here an example: https://github.com/smollweide/node-mock-server/tree/master/demo/rest/products/%23%7BproductCode%7D%23static/GET/mock

Thank you so much @smollweide