Forum Discussion

oxana's avatar
oxana
New Contributor
13 years ago

Property Transfer -Unexpected end of file after null

Hi All,
I have following XML after Request executed:
<array-list>
<string>876sdfjhkjdvflxkdjbgldflgoi7whkskslksg</string>
<string>1n4m57cbf798sji5kkf</string>
</array-list>
I created Property Transfer :
first property -> //array-list[1]/string[2]
second property -> //array-list[1]/string[1]
Targets are TestCase properties
Result:
the first property transferred correctly
second property gives error-> [Error parsing target property[error:Unexpected end of file after null]

I am using pro version , Could anybody help me please?

1 Reply

  • oxana's avatar
    oxana
    New Contributor
    Thanks to all, I fixed it .The problem was that at the begining I tried to save property to particular Request and target memo was populated with "Declare namespace" string
    When I manually deleted this string -> Everything works fine.