Showing posts with label racle.jbo.JboException: JBO-29000: Unexpected exception caught: javax.xml.ws.WebServiceException. Show all posts
Showing posts with label racle.jbo.JboException: JBO-29000: Unexpected exception caught: javax.xml.ws.WebServiceException. Show all posts

Sunday, July 25, 2021

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

Frequently  when we call any webservice using Jax-WS proxy client .In this case we create jar of the proxy and consume it any other jdeveloper project .sometime when we call the any webservice method .It gives below error


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


caused by 


oracle.jbo.JboException: JBO-29000: Unexpected exception caught: javax.xml.ws.WebServiceException, msg=No Handler for OWSM Security Policy found.


Solution 

Go to project properties of the consuming project-->libraries  and classpath  and add JAX-WS Client and JAX-WS Webservices in project as shown in below screenshot.

Re run application and it will work