Sorry for the delay...was away for the week.
declare namespace ns2='http://url1';
declare namespace ns3='http://url2';
//ns2:return/ns3:channelStatus
When I click on the "Select from current" button to get the expected result, I get the error message: "More then one match in current response"
If I test it after providing the expected XML return, I get the following error:
"XPathContains comparison failed, expecting [EMAILjohnsons@yahoo.com 0000000000
EMAILjohnsons@yahoo.com 0000000000 ], actual was []"
If I run SoapUI using XML for one email address, it works correctly. Here is the XML I input:
LicenseID
1
EMAIL
johnsons@yahoo.com
I expect the following return on the XPath assertion:
EMAIL
johnsons@yahoo.com
0
0
0
0
0
0
0
0
0
0
If I use two email addresses with the following XML:
LicenseID
1
EMAIL
johnsons@yahoo.com
EMAIL
johnsons@yahoo.com
I would expect the following return:
EMAIL
johnsons@yahoo.com
0
0
0
0
0
0
0
0
0
0
EMAIL
johnsons@yahoo.com
0
0
0
0
0
0
0
0
0
0