I'm trying to build an app which connect to Web Services of a web application.
The URL of the server should be configurable.
But it seems I can't use a user input to configure the REST URL.
Is there a way to do that ?
Thank you.
I'm trying to build an app which connect to Web Services of a web application.
The URL of the server should be configurable.
But it seems I can't use a user input to configure the REST URL.
Is there a way to do that ?
Thank you.
Does this work even for RESTService 'Test Connection'? Probably not: URL is unchanged (containing some_id) and therefore the request fails.
Just saw a different topic where parentheses {} are used. Seems that the above documentation is wrong because it doesn't mention the parentheses.
Thanks.. docs updated.