cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
293
Views
0
Helpful
2
Replies

Service Parameter

marwa_ads
Level 1
Level 1

Hello,

I want to read a service parameter by javascript code, can you help me please in this.

Thanks.

2 Replies 2

stephan.steiner
Spotlight
Spotlight

Service parameters are appended to the service url. Thus, if your service url is http://myserver/path/app.asp and you have a service parameter called userId, and the user calling the service configured userId to be 'mylogin', then the phone would call the appliation as follows:

http://myserver/path/app.asp?userId=mylogin

So you can extract those parameters like any querystring parameter.

Sascha Monteiro
Level 6
Level 6

you can use the AXL SOAP interface to read service parameters

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: