Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I have a requirement like i have a webservice named "NameService".

And i have consumed this service in different projects for different clients.
say project1 in client1
project2 in client2
project3 in client3

Now my requirement is i have to find the clients and projects which are using this webservice.
please help me out in solvin this.
Posted
Comments
SRS(The Coder) 25-Jun-14 2:04am    
As i know you can track the IP of the clients on web service call..
Sulabh Agarwal 3-Jul-14 9:00am    
One more thing you can do is, register the projects and generate the security token for client application. and via that token you can track the hits coming from application.

Note: You may need to change your code for implementing this(If you are not using security token).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900