VoiceGuide IVR Software Main Page
Jump to content

Default String In Url Address

Recommended Posts

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
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

So i must create a $RV to return the default string. Please give me a solution.

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×