Robert,
When I create device service:
I get these parameters and can't edit them:
When I create a service based on server code:
Then I get such a list of request parameters by default and I can change them as described in the tutorial:
Robert,
When I create device service:
I get these parameters and can't edit them:
When I create a service based on server code:
Then I get such a list of request parameters by default and I can change them as described in the tutorial:
Katya, I'm sorry, but I'm sure I'm following the instructions according to the tutorial after repeated tries at deleting all of my prior services - but it's still not working. If someone very recently doing the tutorial from scratch can confirm that it's me I'd very much appreciate it.
BTW, I continue to not be able to easily change the service name to "GetCustomersWithinRange" - the field seems to repeatedly drop characters as I type them, and then later display them. I don't know if this is related to my main issue.
This is disappointing, because this tutorial has great relevance to my intended app. Thanks anyway for your time Katya.
Hello!
We have just created test project following tutorial
http://docs.appery.io/tutorials/build...
You need to follow next steps:
1) Create a database at least with one record
http://docs.appery.io/tutorials/build...
2) Create a server script
http://docs.appery.io/tutorials/build...
You can find more information about server script here: http://docs.appery.io/documentation/b...
On page test you have to check if this script work with needed parameters
3) Create client app
http://docs.appery.io/tutorials/build...
Maryna, thanks very much for your time. So I assume this means the tutorial is correct and I'm doing something wrong that hopefully you'll be able to spot in the following short movie. Thanks again.
Hi Robert,
You should make these changes in the second service based on server code (Geocoding_service). Use GetCustomerWithinRange without changes.
Katya - the picture below from your tutorial shows that the second service IS now named GetCustomersWithinRange, and my prior movie shows that I cannot make any changes there because my controls are greyed out. And then you're saying to use it without making changes. I'm confused and not making progress and it's frustrating.
Also, any guess as to why (as I mentioned earlier and shown in my movie) I cannot change the name of the service to GetCustomersWithinRange without the input field interfering with my entering keys?
Robert,
Sorry for confusing you, my bad.
You should name the service get from servercode 'GetCustomerWithinRage' (as described in tutorial) and modify it. Use Geolocation_service without changes and it will work.