I've been trying to get the xpath of <Name> but with no luck! The webservice return the below XML and we know its an array of values.
<ArrayOfSample xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="servername">
  <sample>
   <ID>788999</ID>
   <Name>Employee Name</Name>
  </sample>
</ArrayOfSample>
I've tried some tools for XPath builder but its not working.
 
    