how can we use fiddler to check traffic of a web service(xml) between two web sites?
http://www.fiddler2.com/fiddler2/
i have created two subdomains for my web site.
for example my web site is like this :
www.site.com
and those subdomains are like below :
www.sub1.site.com
www.sub2.site.com
these sites are on a web server (vps) and i am waching them with my local system(fiddler has been installed on my local system).
www.sub1.site.com is calling the www.sub2.site.com web service.
is it possible to capture this web service data with breakpoint like http and other stuff?
i checked fiddler many many times, but could n't find how?
if not what is the XML tab in Fiddler?
really appreciate for answer and help