Script Assertion for json response
问题 I tried to use script assert for json response in SoapUI but Error comes "Lexing failed on line: 1, column: 1, while reading '<', no possible valid JSON value or punctuation could be recognized." Request : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:loc="http://localhost"> <soapenv:Header/> <soapenv:Body> <loc:GetRoomAttribute> <loc:countryId>123</loc:countryId> <loc:locationId>36</loc:locationId> <loc:roomId>213</loc:roomId> </loc:GetRoomAttribute> <