SOAP Module Webmaster Docs

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:

  1. Only put web service requests on low-usage pages. This will hopefully avoid overloading the web service.
  2. Cache the web service output to a file, and serve that file instead of the live web service results.

User Comments