I am calling a third part web service from a windows application. I just tried to capture the xml response and request generated by that web service while I called it, but failed. While searching Google I found lots of articles, followed their instructions and code, but nothing works.
As examples of what I found, I followed these instructions and these.
Can anyone tell me any easy way to capture incoming and outgoing xml when I call and work with web service returning and accepting XML?