• 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

HTTPS Certifcates Basics

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

Need to develop Webservice (and client) based on HTTPS on Websphere. I do not have any knowledge of certficates / KeyStores etc. Before moving to Webservices development I would like to gain Strong knowledge on the fundamentals of Security.

Can anyone please point me to good resources (links ) for security in webServices.

Thanks in advance,
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a look at some of IBM's redbooks on www.ibm.com/redbooks. A few worth looking at are:

http://www.redbooks.ibm.com/redpapers/abstracts/redp3944.html
http://www.redbooks.ibm.com/abstracts/sg246451.html?Open
http://www.redbooks.ibm.com/abstracts/sg246891.html?Open
http://www.redbooks.ibm.com/abstracts/sg246573.html?Open

cheers,

Dave
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dave,
Can you provide information or reference on a list of jar files needed to deploy a stand alone Web service Java client. I use WSAD to build the service provider, and a Java client. Yet WSAD doesn't include any jar files for the Jav client project.

Thanks,
Paul
 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please check the client ear/war project java jar dependencies and build paths. these should give you idea what ibm specific soap toolkit jars are used ...
 
Peter Hu
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the response RR Kumaran. But it still doesn't solve my problem. It includes what are needed for COMPILING the client classes. If some of the classes in these jar files during runtime call some classes in other packages stored in jar files not needed for compilation, I still need to find out what these extra jar files are.

Paul
reply
    Bookmark Topic Watch Topic
  • New Topic