• 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

Reg: Message Level Security

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

I have a question regarding message level security to the Webservices.

We have a webservice running with message level security implemented and working on Websphere application server.

I have generated a client for that webservice and now i want to implement message level security at client side also such that I can talk to the service.

Webservice provider has given me policyset, bindings and certificatess to me.

I have the following questions.

1. How can i attach the policset to the client. Copying the policyset in META-INF is enough?.

2. I assume provider given bindings are useless for me and I need to generate myself. Please correct me if I am wrong.

I am struggling a lot for implementing this. . Please help me.

Thanks,
Ramesh
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By "message level security", do you mean WS-Security? If so, then each SOAP stack has its own way of using that; which stack are you using on the client side?
 
Hug your destiny! And hug this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic