Forum Discussion
SiKing
13 years agoCommunity Expert
Skip/delete the part about "declare namespace", and use "*" instead. So your XPath expression would look something like:
//*:XXXXValue/@Uidwhich should equal the expected value:
${JDBC Response#ResponseAsXml#//XXXX_VALUE_UID}