• 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

JAXWS/OWSM: Unable to find weblogic.wsee.jws.jaxws.owsm.SecurityPolicyFeature in any jar

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I am creating a JAX WS client to call a webservice. There is a OWSM security policy wss_username_token_service_policy added to it through enterprise manager. To apply the security policy to client i used below code:



But I am unable to find SecurityPolicyFeature in weblogic.jar. There is only in one class "PolicySubjectBindingFeature" under weblogic.wsee.jws.jaxws.owsm. I checked in 10.3.3, 10.3.4 and 10.3.5.

Can you please let me know which jar has the SecurityPolicyFeature class in it?

 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cross posted. Please read BeForthrightWhenCrossPostingToOtherSites.
 
reply
    Bookmark Topic Watch Topic
  • New Topic