ContributionsMost RecentMost LikesSolutionsRe: How to change a format from symbol to number? For example, i have in one request field in char format, i need this data transfer to another request but add some number. For that, i need change from char to varchar. Can i change it in SoapUi? Re: How to add some number in data Is it nessesary using http get data? Because i using get data, then i choose my previous request(${Show limit#Response#declare namespace out='http://IntegrationService'; //out:response[1]/serviceResponse[1]/card[1]/cardLimit[1]/cardPosLimit[1]}) and if i add, in the end +1, it isn`t working How to change a format from symbol to number? Hi! I have one row,in request, where data is in symol format, i need insert data in another request, but i need plus number. How can i change format, from symbol to number in SoapUI? SolvedHow to add some number in data Hi! I have TestCase, where in one requset i get data (some number), and this data i must insert in another soap request, but with plus(+) one (1). I write ${path to data...+1} but it isn`t work. How can i do that? Solved