Hi, can any one solve my problem?
i have develop a web service, it takes user data n after processing redirect to another web page.
problem is that how it will redirect to another page?
WS are normally accesssed by non-human clients, so it generally doesn't make sense to redirect to a web page (which is generally designed for human consumption). What, exactly, are you trying to do?
From the web interface send the login information to controller like servlet, and acce ss your WS in the servlet, authenticate the user credentials entered... and redirect the user to home page or error page from your Controller/servlet. Hope that helps...