Forum Discussion
Flo
6 years agoContributor
Hi
I think you should use Xpath in property transfer to get value of TransID.
On property transfer window, select the source test case, Property = Response and Path Language = XPath
The XPath should be as follow
//a:Field[a:FieldName="TransID"]/a:FieldValue
Then select target you wish.
Let me know if you still have issues
- Randell906 years agoNew Contributor
I'm getting the Error bellow
[net.sf.saxon.trans.XPathException: XPath syntax error at char 10 on line 2 in {\n//a:Field[a:FieldName}: Prefix a has not been declared]
and when I try to replace the a: with the *:
//*:Field[*:FieldName="TransID"]/*:FieldValue
- Flo6 years agoContributor
You can try to remove a: in the example I gave to you
Related Content
Recent Discussions
- 15 years ago