Microsoft Ajax can expose webservices which respond with json or xml depending on configuration.
I would like to mock these services using soap ui.
Using the wsdl I can do this to mock the services in the case where xml is returned, however how can I mock the response when JSON is returned?