• 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

XML Signature & Encryption

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

I have my web services application built, and I am trying to

add signature & encryption to SOAP messages using Apache XML

Security but I am not sure how to retrieve SOAP message before

sending. Since I used "wsdeploy" and "wscompile", the stub & tie

class files are automaticlly generated and I don't know how to

add security. If I used SAAJ, I can create DOM documents and sign

& encrypt but then I have to write the SOAP message manually, right?

Could somebody help me with this?
 
reply
    Bookmark Topic Watch Topic
  • New Topic