I would like to know how to find the urls of internally referred services when hitting the first service.. is there any way? in fiddler I couldn't find. I have a webservice customer.asmx contains method A(). I know only customer.asmx service complete url, with it's URL I am testing the method A in wcftestclient. I get to know through code method A is calling reports.asmx and again resports.asmx is calling another service catalogue.asmx. I am actually testing the test environment service, so I am not sure of the reports.asmx to which it is pointing I want to find out
Is there any way to know the complete urls of reports and catalogue services while testing my initial customer.asmx.