checking if the method of a webservice is connecting or not

霸气de小男生 提交于 2019-12-23 02:43:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!