Unable to scan annotated JAX-WS web services classes during deployment in IBM Websphere application server.

If you are unable to scan annotated JAX-WS web service and publish or deploy JAX-WS  in the IBM Websphere Application Server.
You can set the UseWSFEP61ScanPolicy property in the META-INF/MANIFEST.MF of a WAR file or EJB module to true. For example:

Manifest-Version: 1.0
UseWSFEP61ScanPolicy: true






When this property is set to true in the META-INF/MANIFEST.MF file of the module, the module is scanned for JAX-WS annotations regardless of the Java EE version of the module. The default value is false and when the default value is in effect, JAX-WS annotations are only supported in modules whose version is Java EE 5 or later.



Comments