gstroup / apimocker

node.js module to run a simple http server for mock service responses.
MIT License
280 stars 81 forks source link

It is possible to switch response when XML is passed in request instead of JSON explained in the documentation? #63

Open aprusothaman opened 8 years ago

gstroup commented 8 years ago

Sorry, switching responses based on a value in an XML request body is not currently supported. It's a good idea, but hasn't been implemented yet. You can always use /admin/setMock to switch responses at runtime.