问题
I have browsed answers for checking if a webservice is up and running or not but what if i am having couple of methods which users are accessing at other end and i am supposed to monitor if those methods are working or not continously in a scheduler? I dont want to check if the service is running but if the method is working or not.
I can send some sample values to these methods and check but is there any other simpler way to check this.
来源:https://stackoverflow.com/questions/9923846/checking-if-the-method-of-a-webservice-is-connecting-or-not