I have a web reference proxy built up by the “Add Web Reference” feature in Visual Studio and need to trace/see the actual content it’s posting to the remote web server. Can someone please tell me how I can do? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To trace web service request and response details you can add the below configuration in web.config.
by adding this, for every request and response the log will be created in your root folder with the name of ‘REQ_RES.log’