Web Services Constructor.Speed it up!!

Mar 3 2005 8:35 AM
Hey, i've developed a web service with some simple methods to do some database retrieval. I have noticed that while the methods themselves are quick the call to the constructor of the web service is relevtively slow. In debugging i've noticed it takes roughy 1 - 2 seconds to actually get into the constructor after initial method call. Any ideas on how to maybe speed this up or is this just something that has to be lived with? Thanks, Clive.