• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How I can recoup an information of the one session web service ?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an application that it makes the authentications of the users developed in asp classic.
My idea is that after the authentication, this application calls one web service passing the username and keeps this information in the session.
After this, necessary to redirect this page for an application JSF that would recoup the user name who was kept.
I made one web service in JAX-WS.
But I am not obtaining to recoup the name of user of the session.
All time that I try, the returned value is null. It will be that some solution for this problem exists?
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
If I understand your question correctly, then I think you want a single sign-on framework.
If this is the case, take a look at: http://www.josso.org
Best wishes!
 
Marco Paradiso
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not,
What I need is that after the user to have if notarized in the application in ASP Classic, this application makes a solicitation to the Web Service sending the username of the user who notarized. The Web Service will keep the username in a session.
After this, application ASP Classic will make a redirecinamento for an application JSF that will recoup username that was kept in the session of the Web Service.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic