Soapui mocking services which return json
Posted
by eeek
on Stack Overflow
See other posts from Stack Overflow
or by eeek
Published on 2010-05-24T14:08:22Z
Indexed on
2010/05/24
14:11 UTC
Read the original article
Hit count: 246
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?
© Stack Overflow or respective owner