C
Chilly
My problem is with the deployScope defined in the deploy.wsdd file.
I have an application that should react singular in a session so I am
using deployScope="Session" but according to my opinion it doesnt
react as it should, atleast not according to Tomcat manager that
increase the session counter each time I make a request. For me, it
seems that something is very wrong but I just cant figure out what. I
have read through all documentation I could find and the only
explanation I get from the docs are that it should react as sessions
normaly do.
I am very new in working with webservices so my knowledge of sessions
are based on what I know of them from servlet programming. Maybe Iwe
missed how Tomcat handles Axis calls with deployScope="Session" but
the documentation are very poor on the subject.
To explain a large system in short terms: I have a java servlet that
uses stubs generated by WSDL2Java bundled with Axis to access the
service over RPC.
The method that is called takes the input that are of type xsd_string
and returns a complex type that my servlet handles.
So basically what I am trying to solve are to let many requests be
handled in the same session, not in new ones for each request.
Thanks!
I have an application that should react singular in a session so I am
using deployScope="Session" but according to my opinion it doesnt
react as it should, atleast not according to Tomcat manager that
increase the session counter each time I make a request. For me, it
seems that something is very wrong but I just cant figure out what. I
have read through all documentation I could find and the only
explanation I get from the docs are that it should react as sessions
normaly do.
I am very new in working with webservices so my knowledge of sessions
are based on what I know of them from servlet programming. Maybe Iwe
missed how Tomcat handles Axis calls with deployScope="Session" but
the documentation are very poor on the subject.
To explain a large system in short terms: I have a java servlet that
uses stubs generated by WSDL2Java bundled with Axis to access the
service over RPC.
The method that is called takes the input that are of type xsd_string
and returns a complex type that my servlet handles.
So basically what I am trying to solve are to let many requests be
handled in the same session, not in new ones for each request.
Thanks!