Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
You can easily concatenate two properties in order to solve your problem. Let's say, for instance, that you have two project-level properties; "foo" (with the value "good"), and "bar" (with the value "bye"). If you expand them like this
${#Project#foo}${#Project#bar}
SoapUI will concatenate the values, producing "goodbye".
In your case, you can use property expansion in your request (right click -> get data) to get First_Name from your XML response. Then, insert a space, and simply use the same syntax to expand Last_Name. This should give you NAME in the format you need.
Hope this is of use to you!
Regards,
Arian
SmartBear Sweden
You can easily concatenate two properties in order to solve your problem. Let's say, for instance, that you have two project-level properties; "foo" (with the value "good"), and "bar" (with the value "bye"). If you expand them like this
${#Project#foo}${#Project#bar}
SoapUI will concatenate the values, producing "goodbye".
In your case, you can use property expansion in your request (right click -> get data) to get First_Name from your XML response. Then, insert a space, and simply use the same syntax to expand Last_Name. This should give you NAME in the format you need.
Hope this is of use to you!
Regards,
Arian
SmartBear Sweden