Most are stateless (services typically are), but it's always possible to implement state yourself by passing a session ID within your SOAP envelope and manage the state association with a homegrown framework. Also, some products have proprietary support for stateful web services (Axis does, for example). [ January 27, 2004: Message edited by: Lasse Koskela ]