UnitTesters
11 years agoContributor
[RES]Property Transfer
Hi
When using the property transfer test step I am running into issues when attempting to transfer the elemenets in my response message to the my data sink step which is an excel file
The XML repsonse I am receiving is in the format below (complete response) the issue I am having is declaring the namespace in order to have the value in RepsonseName transferred to my data sink file.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<ResponseName>X</ResponseName>
<ResponseAddress>X</ResponseAddress>
</Response>
Any help appreciated
When using the property transfer test step I am running into issues when attempting to transfer the elemenets in my response message to the my data sink step which is an excel file
The XML repsonse I am receiving is in the format below (complete response) the issue I am having is declaring the namespace in order to have the value in RepsonseName transferred to my data sink file.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<ResponseName>X</ResponseName>
<ResponseAddress>X</ResponseAddress>
</Response>
Any help appreciated