Results 1 to 1 of 1
- 10-02-2007, 07:08 AM #1
Member
- Join Date
- Jul 2007
- Posts
- 8
- Rep Power
- 0
How to retrieve HttpSession from axis 2.0.
HI all.
I have a small problem with apache axis 2.0.
I have a web service like this
I'm trying to get HttpSession from MessageContext but system return me NullPointerException.Java Code:public class Login { public String userLogin(String username, String password) { return new String("username="+username.......); } }
Please help me.Last edited by snooze-g; 10-02-2007 at 07:55 AM.
Similar Threads
-
Store retrieve and delete
By on7june in forum New To JavaReplies: 1Last Post: 03-08-2008, 05:57 PM -
webservices axis..
By kalpana in forum Advanced JavaReplies: 0Last Post: 01-30-2008, 06:06 PM -
how to retrieve the width of the column
By katie in forum New To JavaReplies: 1Last Post: 08-06-2007, 10:56 PM -
How to retrieve data from servlet
By valery in forum Java ServletReplies: 1Last Post: 08-06-2007, 08:25 PM -
java.lang.RuntimeException+ Axis
By Peter in forum Advanced JavaReplies: 1Last Post: 07-05-2007, 01:43 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks