Hi All,
Checking on the blogs, I found out that trailing whitespaces are not supported in XPATH condition. Also, I have tried an option for handling XPATH with whitespaces but that is also not working for trailing whitespaces.
So, I tried changing the condition in NWDS to -
EXISTS( Xpath./p1:ASC850_004010/S_ISA[not(contains(D_I06,'XXXXXXXXX '))]) AND EXISTS(Xpath./p1:ASC850_004010/S_ISA[not(contains(D_I06,'YYYYYYYYYY '))])
NOT WORKING
but when it is deployed, in ICO it is reflecting as -
Xpath./p1:ASC850_004010/S_ISA[not(contains(D_I06,'9252671859 '))] EX AND /p1:ASC850_004010/S_ISA[not(contains(D_I06,'6111470100 '))] EX
WORKING(after removing Xpath./)
Conclusion - After removing the Xpath.(as highlighted) from ICO manually and activating it, is working fine.
Not sure how we can put this condition in NWDS editor, please suggest on this.
Thanks,
Nidhi