Adding session variables to a JAX-RPC SOAP POJO?



Hi all,

Sorry for the mess of acronyms in the subject. I've got a few POJO-type services exposed as SOAP web services via JAX-RPC in JBoss. The problem is, my service needs to enable session-level persistence and the ability to store session variables, cookies, etc.

Normally, IIRC, this would be handled by some methods in the HttpRequest object, if this was a normal servlet. But since this is a POJO, I never see the HttpRequest object. The POJO code Just Seems To Run [tm].

Any pointers on how to handle this? I hope I'm not SOL using this system of writing a web service. For reference, I'm using JBoss 4.0.2

Thanks!

--Scott

.



Relevant Pages

  • AppServer / WebServices / Half-object pattern questions
    ... I have some experience with Tomcat and JBoss and now I have to make a new ... straight-forward servlet or EJB application. ... Can web services be used in conjunction with application servers like JBoss ...
    (comp.lang.java.programmer)
  • Web Services using JBoss
    ... I have just started learning about Java Web Services. ... Do you have to install Apache Axis under JBoss to make it ready for ... the web use Axis. ...
    (comp.lang.java.programmer)
  • Re: Web Services using JBoss
    ... It depends on the version of Jboss you are going to use. ... The newer 4.0 version comes with native support for webservices (based on ... Using Axis is much more straightforward since Jboss uses Tomcat container ... > I have just started learning about Java Web Services. ...
    (comp.lang.java.programmer)