I've encountered a curious problem with our SOAP server. After a period of time (a matter of days), the amount of time it takes for our JSPs that use the SOAP calls to display in a browser has gone from a few seconds to over half a minute. Other, non-SOAP JSPs on the same server (different Tomcat workers) have no performance loss. Restarting the Tomcat worker returns the display times for the JSPs using SOAP to a few seconds. Any ideas/suggestions?
-Ryan