> Is there a way I can track if a web app is making a call to a web
> service, and/or how many calls are made, what time etc? Ive heard it
> can be done with Ethereal, but have no Idea what it is Im looking for?
> Please help!
Three options:
1. Enable Logs in IIS. Just check the entries in the log.
Use IIS Tracer at http://iismonitor.motobit.com/
2. Create an HttpModule to do the logging
3. Use a 3rd party tool -- Not that I'm aware of. :-(
It seems that Logging/Tracing is one of the major requirements in web
services. Hold on for a while... I should be up with my module soon. :-)

Signature
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://webservices.edujini.in
-------------------