Page 1 of 1

using multiple web services

Posted: Fri Sep 07, 2012 11:59 am
by Lili Akins

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.


using multiple web services

Posted: Fri Sep 07, 2012 2:05 pm
by Maryna Brodina

Hello! Could you share your project with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a? http://help.gotiggr.com/documentation...


using multiple web services

Posted: Fri Sep 07, 2012 2:20 pm
by Lili Akins

i already shared its called testapp


using multiple web services

Posted: Fri Sep 07, 2012 7:46 pm
by maxkatz

Thanks for sharing. Can you tell us how to reproduce the problem?


using multiple web services

Posted: Sat Sep 08, 2012 8:36 am
by Lili Akins

i have 2 webservices there, try to edit one and you will see the changes are reflected in the other.


using multiple web services

Posted: Sat Sep 08, 2012 5:41 pm
by maxkatz

I opened your app but I only see one service called MongoDB.


using multiple web services

Posted: Sun Sep 09, 2012 1:14 pm
by Lili Akins

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


using multiple web services

Posted: Sun Sep 09, 2012 4:31 pm
by maxkatz

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.