rickfish
13 years agoNew Contributor
Cannot get property transfer to work
I cannot for the life of me get property transfer to work. I don't understand the syntax of how to describe what I want transferred - the help does not help me as there are very few examples.
let's say I have two requests and I want to move the result from the first request to the second request:
Request 1:
The request:
<anyrequest>
<action>GetName</action>
</anyrequest>
The response:
<anyresponse>
<theresponse>Rick</theresponse>
</anyresponse>
Request 2:
<anotherrequest>
<name></name>
</anotherrequest>
what EXACTLY do I put in the property transfer dialog to move 'Rick' into 'name'?
Is there a simple example that shows this? I have seen all the examples and cannot glean the solution.
Is there a sample project I can download that shows this?
let's say I have two requests and I want to move the result from the first request to the second request:
Request 1:
The request:
<anyrequest>
<action>GetName</action>
</anyrequest>
The response:
<anyresponse>
<theresponse>Rick</theresponse>
</anyresponse>
Request 2:
<anotherrequest>
<name></name>
</anotherrequest>
what EXACTLY do I put in the property transfer dialog to move 'Rick' into 'name'?
Is there a simple example that shows this? I have seen all the examples and cannot glean the solution.
Is there a sample project I can download that shows this?