Jason Rowe

Be curious! Choose your own adventure.

Tag: WCF

  • Testing WCF Soap Messages Using Fiddler

    The following is how I generate test soap requests for .Net WCF services and work with them in Fiddler. This comes in handy when I want to see how the service is responding to HTTP header changes. The great thing is once you get the request into Fiddler you can change the request body or […]

  • NetMsmqBinding Brain Dump

    I started experimenting with WCF’s NetMsmqBinding and found the abstraction to be a bit tricky. WCF takes care of all the MSMQ details and all you need to do is define the contract and do configuration. The following are some notes about that process. Links msmq wcf and iis getting them to play nice AutoFac […]