using multiple web services
Hello i need to retrieve data from multiple collections in Mongodb but when i define a second web service it is changing the parameters of the first webservice to match the one i am currently defining.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello i need to retrieve data from multiple collections in Mongodb but when i define a second web service it is changing the parameters of the first webservice to match the one i am currently defining.
Hello! Could you share your project with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a? http://help.gotiggr.com/documentation...
i already shared its called testapp
Thanks for sharing. Can you tell us how to reproduce the problem?
i have 2 webservices there, try to edit one and you will see the changes are reflected in the other.
I opened your app but I only see one service called MongoDB.
click on the Forrentscreen, you will see another service there named cityservice. I cannot even change any properties without changing the other one. I changed the name to Listing and it changed the other webservice name as well
That's how it supposed to work. You got one service under Services folder and you placed the same service (service instance) on different pages. If you click edit on the service instance and modify any properties, all services instances will be updated (as they are all an instance of the same service).
As for renaming the service instance, that works. Every service instance can have a different name.
You can create two services and then update them independently.
Hope this helps.