• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to impose Security on to JAXWS

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

With the help of javaranch i could successfully use wsgen and wsimport on to my Webservice developed using JAWS -ws (Thanks to Ivan on this )

Now anybody could please let me know how to implement security in Web service ??

Any help would be great .
 
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 again!
Taking a look at the tutorials at netbeans.org reveals at least the following:
http://netbeans.org/kb/docs/javaee/identity-amsecurity.html
http://download.java.net/javaee5/screencasts/metro-nb6/
Well, the last one is on the webservice tutorial page on netbeans.org, but is a screencast located elsewhere.
I have some tutorials in my SCDJWS study notes that shows how to do:
- Basic authentication
- SSL
- Mutual authentication
- Security for EJB web service endpoints
Best wishes!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic