Stubbing XML responses using Mountebank
Previous two blog post talked about how we can use mountebank for stubbing where responses are in json format . They can be accessed (here) and (here). We can use same approach for stubbing SOAP services using XML as well. In this post, I will explain how we can provide XML response using Mountebank . Let us have a quick look into the files created. Before we begin, folder structure of various file as below ...