Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
Looks like you're close, just a minor error in the second part of the expression. The count() part needs to be inside the Property Expansion instead of outside of it, like this:
Making the whole expression:
Regards,
Dain
eviware.com
Looks like you're close, just a minor error in the second part of the expression. The count() part needs to be inside the Property Expansion instead of outside of it, like this:
${insertDomains#Response#declare namespace ns2='http://v1_0.webservice.asi.proxy.sincera.com/'; count(//ns2:insertDomainsResponse/return/domains)}
Making the whole expression:
declare namespace ns2='http://v1_0.webservice.asi.proxy.example.com/';
count( //ns2:associateDomainsResponse/return/domains) =
${insertDomains#Response#declare namespace ns2='http://v1_0.webservice.asi.proxy.sincera.com/'; count(//ns2:insertDomainsResponse/return/domains)}
Regards,
Dain
eviware.com