ContributionsMost RecentMost LikesSolutionsRe: Unable to create same assertion for JSON Path for same project in Ready API and SOAP UI Hi richie, Thanks for your quick reply.Please find the Response for REST API project suite. { "id" : 12345, "category" : { "id" : 0, "name" : "Puppy" }, "photoUrls" : [ ], "tags" : [ ], "status" : "available" } Regards, Varnikha Unable to create same assertion for JSON Path for same project in Ready API and SOAP UI Hi All, I have successfully created a suite for REST API in SOAP UI.When I tried executing the Request with assertion as "$id" and when clicking on Test I got "SUCCESS- Response matches the Content".But, when I tried to import same project in Ready API, I landed up with an error stating(InvalidPathException:Illegal character at position 1 expected '.' ).Please find attachment for better understanding. Apprecaite if anyone can help me in resolving this. SolvedRe: How to get HTML reports for REST API Data driven testing using Groovy in SOAP UI HimanshuTayal, Could you share Groovy code so that I could implement in my Project How to get HTML reports for REST API Data driven testing using Groovy in SOAP UI Hi All, I have created successfully a test suite with Rest API and I have created groovy script to save request,response in the Local(JSON format) for Data Driven testing. Is there any possibility of viewing reports in HTML for REST API using Groovy ? Apprecaite if anyone can help me in resolving this. Re: Unable to receive queue message from Websphere MQ 7.5 to SOAP UI 5.5 Hi All, IBM Websphere MQ 7.5 supports only for Windows 7,8,9 . For Windows 10 , should install IBM Websphere 8 to resolve this issue. Unable to receive queue message from Websphere MQ 7.5 to SOAP UI 5.5 Hi All, I have created test suite successfully for MQ. In WebSphere MQ when I put the message in queue, I can't receive message in SOAP UI. I get error as "The security authentication was not valid that was supplied for queue manager 'SampleTest' with connection mode 'Client' and host name 'localhost(1417)'. Please check if the supplied username and password are correct on the queue manager to which you are connecting" Appreciate if anyone can help me in resolving this. SolvedRe: Unable to get Rest Response in JSON format using Groovy Hi JHunt, I have implemented by adding a jar file(groovy-json-2.1.1.jar) and to add syntax def JsonResponse = JsonOutput.prettyPrint(response)using groovy. I achieved the result as expected Re: Unable to get Rest Response in JSON format using Groovy Hi JHunt, Sure.I have attached the code for your reference. Re: Unable to get Rest Response in JSON format using Groovy Hi JHunt, Thanks for your quick reply.I have implemented pretty print statement in my coding.And I cannot find any response JSON format. Could you suggest someother solution to resolve the issue. Please find the attachment. Unable to get Rest Response in JSON format using Groovy Hi All, I have created successfully a test suite with Rest API and I have created groovy script to save request,response in the Local. Problem what I am facing is I am not getting Rest Response is JSON format in the Local. But I get Request in JSON format. Please refer the attachments for better understanding. Apprecaite if anyone can help me in resolving this. . Solved