I have a reference number stored in StringA, and I wish to populate StringB with the value from another Document, using XPath.
I have tried to set StringB to be:
/Message/Body/Item[Ref=%StringA%]/Price
(with the Perform Variable Substitution box ticked)
but this doesn’t resolve the XPath, merely setting StringB to:
“/Message/Body/Item[Ref=1234]/Price”
I’ve also tried:
%/Message/Body/Item[Ref=%StringA%]/Price%
But this understandably confuses webMethods.
Can anybody help?
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB