• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

soap security and SSL

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Does any body know how to config a soap client to read secured soap messages?
2. Does any body know how I can use SSL in a test server at WSAD?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which version of WSAD do you use?
In WSAD 5 it's possible to exchange soap messages over SSL. You have to contact the SSL Port (usually Port 9443) of the WSAD test server.
A Java client will not connect to the test server because it hasn't been certificated and I don't know how to do this.
Any help is appreciated.
Regards,
Stephan Lachenmaier
 
Author
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can secure a SOAP message exchange by either securing the connection with SSL or the individual messages by applying WS-Security.
A detailed explantion is not possible here. So I would rather point you to the freely downloadable sample chapter Web Services Security on J2EE Security for Servlets, EJBs and Web Services.
 
Yup, yup, yup. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic