I'm trying to connect to a webservice that returns a payload with a slightly different format depending on the time of day (inorite?). Is there a way of mocking the response in a file so that I can test it without having to wait or do I have to input the entire payload into code? Tried searching forums and docs but to no avail.
Kit