Guest ThaoHuynh Report post Posted 07/13/2017 09:01 AM It worked. Thank you so much. Can i re-use a default string in URL address in Web Service Module? ie: URL address = $RV[First WS] + "/OAuth/Token" Share this post Link to post
SupportTeam Report post Posted 07/13/2017 09:28 AM Can i re-use a default string in URL address in Web Service Module? Yes. After a $RV is created there are no limits on how many times it can be used for the remainder of the call. Share this post Link to post
Guest ThaoHuynh Report post Posted 07/13/2017 10:45 AM So i must create a $RV to return the default string. Please give me a solution. Share this post Link to post
SupportTeam Report post Posted 07/13/2017 02:46 PM Evaluate Expression module can be used to create a new $RV (there are many other ways) Specify this as the expression to evaluate: "www.mydomain.cm/mypath/etc/etc" and specify this in the 'Save result to the following Result Variable" : First_WS then the URL you specified will be accessible using: $RV[First_WS] Share this post Link to post