Hi
I have a legacy CGI web service that returns XML. I have added logging to timestamp the various method calls within the service, and it completes within a couple of seconds.
However, because of the amount of XML being returned, it takes about 15 seconds for the browser to display this.
I understand what is happening, but other people don't. Is there some tool/add-in I can use to SHOW where the speed issue lies, and that it's not in the WebService?
Thanks