I have a WCF service application, and in this application I make calls to a third-party web service through a secure connection.
I am trying to view the response flow of a request using a violinist, but I refused it, having tried for more than noon, using everything I could find over the Internet. This has a problem with certificates, although I made more fiddlers certificates in the trusted zone.
What is my best bet to just view the xml requests and responses that I make for this third-party web service?
I use the generated proxy classes, so I do not have access to the raw XML that I send and receive back. I am curious if I complicate too much what can be done much easier. This is my development machine, and I have access to everything, without any restrictions.
Easy way to do it please?
EDIT:
At this point, I donβt even need to use Tracing. I just need to see the serialized output of my request / response. Even if I can do this from a Visual Studio debugger or something, this will help.
kaivalya
source share