How can I view parameters and json objects via wcf traces for https rest web service?

南笙酒味 提交于 2019-12-25 05:57:47

问题


Anyone know how I can view how people are using my web service? I have turned on wcf tracing and can see method calls, but no parameters or json objects. I'm using .net 4 wcf json web service on iis v6 over https. This would help me greatly in debugging my application any help will be appreciated!


回答1:


Sorry, figured it out. I enabled message logging, but I didn't add the messagelogging source to a shared listener



来源:https://stackoverflow.com/questions/14513490/how-can-i-view-parameters-and-json-objects-via-wcf-traces-for-https-rest-web-ser

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