ContributionsMost RecentMost LikesSolutionsGroovy script to verify xml response data is in ascending order I have a SOAP Response for which need to use Groovy script to assert if the date parameter in the row xml child are coming in ascending order. xml response - <tree> <row> <id>123<id> <date>20220501</date> </row> <row> <id>242<id> <date>20220502</date> </row> <row> <id>125<id> <date>20220502</date> </row> </tree> Please help me with the groovy scripting approach/ script for the same, I am a beginner here. Re: java.net.socketexception:connection reset Error with Ready API Thanks, We have raised a ticket with support team. Yet to get response. We have also updated to 1.9.0 ver. java.net.socketexception:connection reset Error with Ready API Hi We are getting Below Error: java.net.socketexception:connection reset While trying to hit a web service request, this is only from Ready API (ver 1.8.5). But if the same request is hit from Soap UI (5.3) from the same machine and same Windows user account its working fine. Need suggestions on what to be looked at, and the root cause of the issue with solution to fix the same.