I am using Jmeter for Service Call.I am getting response in xml format.With xml response, I am also getting title above it which is not part of the xml response.Below is the response i am getting
TOKEN
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<URL>https://link.com</URL>
<ToName>sharnell Kkqwjidzwh</ToName>
<Link>gsajfgasgfgasjkgfjasgfjgjg</Link>
</xml>
I want to extract the value of Link attribute.I tried this path in xpath extractor..
//Link But it isnt working.I think it is because of TOKEN title at top of response.Do anyone one know how we can edit the response and remove that title from response.
Thanks in Advance