Hi,
I'm using JMeter and have the following XML which I need to extract the Id from.
<Customer xmlns="http://services.test.test" Id="001">
....
<Customer>
I want to extract 001 from the Id.
I'm using JMeter XPath Extractor and so far I have tried...
/Customer@Id and /Customer/@Id
What am I missing??
Thanks