|
Hello Phillipe, I think you must set in
your wsdd file the following options. <parameter name = “scope”
value = “application”> Then you have one
instance of you service an every request is processes by this instance. I
think you have now the value request this means on every new request an instance
of your web service is created. Hope it helps. Regards Ferruh Von:
GIBERT Philippe RD-BIZZ-SOP [mailto:[EMAIL PROTECTED] Hello, Having deployed a Web Service on a
Axis 1.2 ( Jonas 4.2) it seems that my Web Service is
instantiated at each call. ( the constructor is called at each WSC call) but i just want the constructor to be
called once , is it possible ? could this property be changed ( in the
wsdd file ?) philippe Hi, but each
time my WSC ( developped with axis) calls the WSP, i have a call to
the WSC constructor , loosing my sessionID i have
not this behaviour with WASP, having just the WSP constructor called one time
... may I
deploy with special settings in Axis ? any clue
? regards philippe
|
