Hello, Thanks for your responses. I'm using Apache SOAP for both Client and Server. I have another session related query. Setting the scope to 'Session' tells the server-side to store the target object(A) in the context of the session. Suppose this target object instantiates another class (B). Is it possible to maintain B in the session as well - so that I can use the same instance of B across the session ? How ? Best Regards, Nidhi
