Hi,
In servlets if I use request.getSession() I get the session back, if there
is no current session, it returns a new session.
Instead, if I use request.getSession(false) , if the request has no valid
HttpSession, this method returns null
How does it work in Axis.
Is the same for the session
I am wrriting a java bean and exporting it as a web
service. Everting works fine but I need to capture some information from the
session like the IP address from where I get the request etc. I am not sure as
to how to capture the session object in my case. Looking forward or your
help.
own XML which is fine for autheticating and other small procedres with a
few parameters but to recieve a data file say a list of hotel room rates and
dates as XML I am not sure how to proceed
Than you for your help
regards,
Subbiah
- Original Message -
From: "Milind Gadre" <[EM
Thank you very much for your response. Shall start working on that
regards,
Subbiah
- Original Message -
From: "Jim Harris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 12, 2003 4:02 AM
Subject: RE: A newbie
> I would advise using the SOAP