ContributionsMost RecentMost LikesSolutionsRe: No parameters in requests after Swagger json import Also - I though that updgrading of plugin would help https://github.com/SmartBear/readyapi-swagger-plugin - but as I can see its only for Ready API.. Re: No parameters in requests after Swagger json import Yeah. There is defenitions and data models in json file, but nothing of it appears after import No parameters in requests after Swagger json import Hello! I have a problem that my json has correct parameters for each request in it, but after trying to import it in project - there is only paths and methods, but no parameters in request bodies. Can anyone help please? There are a lot defenitions, and it will be hard to manually put them down in each request. Re: REST Mocking with Query Parametr As I mentioned - I have REST Mockings, not SOAP mocking. Thus - I cannot use MockOperation REST Mocking with Query Parametr I have several mocks with responses. But for some of them I want to create response based on additional query parameter. For example: I have mock for REST request such as "GET /order/item" and it works fine. But I tried to create mock for "GET /order/item?status=queued" and created response for it, but I get the same response as for "GET /order/item" when I test it out. Is it possible to create REST Mock with Query in SoapUI Pro (5.1.2)? Thanks for answers in advance. SolvedParse JSON from HTML response and then make assertions Hello everyone. I have this problem - I must create automated test for our partner, but their system provides responses in HTML, and within body field in value - there is the json I need. So the question is - is there a way to get that json out of the html, and then create assertions for it? Thank you for your answers in advance!