Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
You can use property expansion instead of property transfer.
I recommend you watch this video that will show you how to use the right-click -> Get Data... functionality in SoapUI Pro to generate the property expansion needed to add the needed data to your request: http://www.soapui.org/Working-with-soapUI/point-and-click-testing.html
Regards,
Giscard
SmartBear Software
You can use property expansion instead of property transfer.
I recommend you watch this video that will show you how to use the right-click -> Get Data... functionality in SoapUI Pro to generate the property expansion needed to add the needed data to your request: http://www.soapui.org/Working-with-soapUI/point-and-click-testing.html
Regards,
Giscard
SmartBear Software
- dasjestyr11 years agoNew Contributor
I don't think this answered the question. The video shows GetData... as being pretty much the same functionality as Transferring a property. What the OP asked is how he can append something to the beginning of the property being copied.
For each, if you have a test that goes off to a service to retrieve a token, and it gets returned in the response as "ABCD1234", he needs to transfer it to a property (maybe a header) as "Bearer ABCD1234" but there doesn't seem to be any clear way to do something like this except maybe a groovy script? Either way, I don't think you answered the question. Could you please clarify?