How to get Soap HTTP Request and Response message without debugging the code ?


Today while working on the bug fixing in my application. There was the requirement to give Soap HTTP Request and Response message one wcf service to other team with in quick time interval. That wcf was external service. So we could not step in for further debugging process.

WordPress.com

For this task i took the help of “Telerik Fiddler” tool for getting HTTP Request and Response message.

In this demo, i will take simple WCF service and show you how to track request and response without doing debugging process.

Step 1: Install the “Telerik Fiddler” tool.

Step 2: Run the Telerik Fiddler tool.

Step 3: Run the application on localhost.

WCF Debugging
WCF Debugging

Step 4: See the tracing in fiddler like this

Telerik Fiddler
Telerik Fiddler

Summary:

This is handy tool for the developer to quickly get the http request and response message from service without debugging the complete source code.

WordPress.com

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.