Forum Discussion
SiKing
13 years agoCommunity Hero
You posted JSON and are asking for XPath? You must understand that SoapUI creates an internal representation of this data that looks like XML. So I would have to guess what happens in your case.
The XPaths might be something like:
//*:e[1]/*:deviceID
//*:e[2]/*:deviceID
//*:e[3]/*:deviceID
The XPaths might be something like:
//*:e[1]/*:deviceID
//*:e[2]/*:deviceID
//*:e[3]/*:deviceID