How to create locator for soap web service response

I need to create locator for getting value of country name in below soap response to be used in TestCase step (keyword : verifyElementPropertyValue)

<soap:Envelope xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/”>

soap:Body

  <m:CountryNameResponse xmlns:m="http://www.oorsprong.org/websamples.countryinfo">

     <m:CountryNameResult>India</m:CountryNameResult>

  </m:CountryNameResponse>

</soap:Body>

</soap:Envelope>

How to get it. Any best practices around this?

Raghav,
Here is some instruction on how to extract data from xml using Groovy. I think you could have a look on it
http://grails.asia/groovy-xmlparser-examples-for-parsing-xml

Hi Trong, Greetings.

I am trying to automate SOAP web service. For the wsdl which i have configured, i am able to see all the methods once i click on Load from WSDL button and added all required headers and request body with token and other values. But i am getting below error .
and Proxy Option selected as No Proxy under preferences.
Any help?

image.png