Retrieving XML from a DB and using it as a response for Mock
Hi, I have a REST Mock service wherein i query the database to retrieve a XML file for a particular request. I want to use this XML file as a response for the same request. Earlier i was using moc...