What is the a session scope when a client is invoking a web service. Does it mean one all the Call object created by one instance of Service or it means one instance of Call only. ?
To test this I wrote a web service in which in one method I set a value in the HashMap and in other I try to retrieve this value. I can get the value properly only if the scope is Application otherwise I am not able to get the value. How can I do it with session scope. Thanks Akhil
