Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

No Handler for OWSM Security Policy found in Weblogic Server

User_4ZFEOJun 2 2016 — edited Jun 9 2016

Hi,

I'm trying to use the Oracle WebCenter Content Web services ( /idcws/GenericSoapPort?WSDL) with the  oracle/wss_username_token_service_policy policy. I have been following this tutorial: https://blogs.oracle.com/fadevrel/entry/release_10_idcws_example.

It works fine if I execute the java in my computer. It works fine if I deploy the application in the weblogic server where OWC is installed. But, if I deploy the applications in another weblogic in another machine, I get this error:

javax.xml.ws.WebServiceException: No Handler for OWSM Security Policy found.

The error is raised when I call to the getGenericSoapPort method

SecurityPoliciesFeature securityFeatures =

                new SecurityPoliciesFeature(new String[] { "oracle/wss_username_token_client_policy" });

genericSoapPortType = genericSoapService.getGenericSoapPort(securityFeatures);

What do I need to install in Weblogic for to use the owsm policies?

Thanks

Regards,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2016
Added on Jun 2 2016
1 comment
1,026 views