You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Akhil Gupta <ag...@eircom.net> on 2003/06/17 00:47:11 UTC

Question about scope attrbute is wsdd file

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