Forum Discussion
nmrao
10 years agoCommunity Hero
Usually namespaces are same irrespective of different environments. But, can't deny if there is possible to have different.
It is not possible to have a variable in property transfer step.
Like possible to achieve if groovy step is used.
However, there is work around to ignore namespaces
For eg:
xpath with namespace prefix : "//ns1:element1/ns2:element2/text()"
Can be used
"//*:element1/*:element2/text()"
It is not possible to have a variable in property transfer step.
Like possible to achieve if groovy step is used.
However, there is work around to ignore namespaces
For eg:
xpath with namespace prefix : "//ns1:element1/ns2:element2/text()"
Can be used
"//*:element1/*:element2/text()"