• 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

securing webservice stream using encryptbody policy

 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I fail to find any example of attempting to secure a webservice communication with the' encryptbody' policy using a symmetric key.
In fact,all examples tend to attempt all securing activities(signing,securing,encrypting et al) with the use of certificates.
We have a used-case wherein the partners are known and need to encrypt the communication using a known symmetric key.
We have our own authentication module - the only aspect of concern is encrypting the stream ,preferably using a WS-Policy,rather than writing our own handlers.
Any help on this will be greatly appreciated.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you asked this question before, I pointed you to an article that explains how to do this using Axis; didn't that work out?
 
Ranadhir Nag
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you please point me to the first part of that write-up too.
It seems there is no easy link to the first part which seems to talk about authentication.
 
reply
    Bookmark Topic Watch Topic
  • New Topic