You should be aware, when using SOAP web services within your web site,
that the requests are not cached in any way. You have two options in
this regard:
- Only put web service requests on low-usage pages. This will
hopefully avoid overloading the web service.
- Cache the web service output to a file, and serve that
file instead of the live web service results.