SerheosMorelloOccasional ContributorJoined 9 years ago5 Posts2 LikesLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Property transfer [Missing match for Xpath] Bigno!!! it's work! declare namespace s='http://schemas.xmlsoap.org/soap/envelope/'; declare namespace h='UPRS/Datatypes/Infrastructure'; //s:Envelope[1]/s:Header[1]/h:RequestContext[1]/*[local-name() = 'requestID'][1]/text() Re: Property transfer [Missing match for Xpath] Yes, it's did not help Re: Property transfer [Missing match for Xpath] response also have one requestID if I parse xml in notepad++, i have true value Re: Property transfer [Missing match for Xpath] I have one tag requestID - it's view in attathment reqest1.txt Property transfer [Missing match for Xpath] Hi all. I have promlem with Property transfer My TestCase have 3 steps 1) Test Reqest (reqest1.txt) 2) Property transfer (reqest1.txt - response1.txt) 3) Test Reqest 2 (reqest1.txt) When I Run Property transfer log message "Missing match for Xpath [//requestID]" If I check "set null on missing source" - transfer value = null help me find mistake Solved