Hi,
I am trying to use the stateful web service. but i am not able to do
this please let me give some help, that how i can achive this.
Thnx.
Sanjay Kumar Gupta
Arne Vajhøj - 06 Oct 2006 00:46 GMT
> I am trying to use the stateful web service. but i am not able to do
> this please let me give some help, that how i can achive this.
Axis WSDD supports:
<parameter name="scope" value="application"/>
<parameter name="scope" value="session"/>
<parameter name="scope" value="request"/>
Pick the one that fits your requirement (not the last
one obviously).
Arne