Forum Discussion
5 Replies
- SiKingCommunity HeroUsing property transfer step, just specify ${step_name#Response#} as the source and parameter name as the destination.
- shabarContributor
SiKing wrote: Using property transfer step, just specify ${step_name#Response#} as the source and parameter name as the destination.
Hi SiKing,
Thanks for your response.
Is there a default property in SoapUI where the request/response automatically get assigned?
Cheers - SiKingCommunity HeroYes: ${step_name#Request#} and ${step_name#Response#}
- shabarContributorThanks for the reply
Really appreciated. - SiKingCommunity HeroYou might also be interested in two variants: ${step_name#RawRequest#} and ${step_name#ResponseAsXml#}.