• 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

To-Do List on web services security implementation

 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am a newbie to web services security implementation using AXIS. I am aware of how to implement Basic Authentication and SSL setup using AXIS and tomcat but are there any ways to implement web services security using soap implementations like AXIS and WSAD 5.1.2 . Basically I am looking on some hands-on for such implementations. Any links,urls,tutorials will be great.
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cant really understand what exactly you are looking as you already aware of webservices security. Can you explain again please...
Also have a look here => http://ws.apache.org/ws-fx/wss4j/
 
Rr Kumaran
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
basically I am looking for some hands-on-code-examples for implementing web services security using XKMS, XML Signature and XML Encryption other than SSL.
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually I also find it quiet uncomfortable not having faced any examples of Security Usage; especially with the OASIS Group stuff which is claimed to be founded for the sake of standardisation of all sorts of security issues regarding the whole bunch of WEB SERVICES.
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
When I was exploring on web services I came across few good articles on WebServices security,Here are the links :


Building secure Web services with WebSphere Studio: Part 1: XML signature

Build secure Web services with WebSphere Studio

I hope they help.
-DV
 
reply
    Bookmark Topic Watch Topic
  • New Topic