dennenboom
15 years agoOccasional Contributor
Help with Property Transfer
Okay I am having a lot of issues trying to get a property transfer going.
So I have test case which I want to transfer the property to my next test step.
Request
Transfer Start Date to the next request in this location.
So I setup a transfer and maybe my xpath is wrong.
In the intial response
This is the next request:
I am getting an error Missing Match for Target XPath, can someone assist?
So I have test case which I want to transfer the property to my next test step.
Request
<ns0:EntitlementStartDate>2010-10-21</ns0:EntitlementStartDate>
Transfer Start Date to the next request in this location.
<urn:ContractStartDate></urn:ContractStartDate>
So I setup a transfer and maybe my xpath is wrong.
In the intial response
//ns0:EntitlementCheckResponse[1]/EntitlementStartDate[1]
This is the next request:
//Create_ETR_Registration/ContractStartDate
I am getting an error Missing Match for Target XPath, can someone assist?