Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
yes.. you need to define the correct namespaces for the holder since the id is in the default namespace.. try the following:
..
holder.namespaces["ns"] = "http://www.YYY.YYY/schema/FindService"
def responseId = holder.getNodeValue["//ns:id"];
..
Does that help?
regards!
/Ole
eviware.com
yes.. you need to define the correct namespaces for the holder since the id is in the default namespace.. try the following:
..
holder.namespaces["ns"] = "http://www.YYY.YYY/schema/FindService"
def responseId = holder.getNodeValue["//ns:id"];
..
Does that help?
regards!
/Ole
eviware.com