I have an xml with Users root element and some nested element like UserID, my desire is to check if an userID exist in these data.
So, if i do the query /Users/UserID=“someuserid” or //UserID=“someuserid” i don’t get an entire xml object and so the check response.hasFirstXMLObject() cannot be done an so i tried with resp.hasQueryContent()but it returns always true indipendently that the specified user is in the xml or not.
Why?
Can anyone help me?
BRGS @nto
#Tamino#webMethods#API-Management