java.lang.ClassNotFoundException : javax.xml.ws.soap.AddressingFeature$Responses
Published: November 18, 2010 , Updated: November 22, 2010 , Author: mkyong
Problem
Deploying a JAX-WS web service on Tomcat, hits following error message :
java.lang.ClassNotFoundException: javax.xml.ws.soap.AddressingFeature$Responses
Solution
The JAX-WS dependency library “jaxws-api.jar” is missing.
- Go here http://jax-ws.java.net/.
- Download JAX-WS RI distribution.
- Unzip it and copy “jaxws-api.jar” to Tomcat library folder “{$TOMCAT}/lib“.
- Restart Tomcat.
Note : You can find more similar articles at - JAX-WS Tutorials







[...] : com/sun/xml/ws/policy/PolicyExceptionjava.lang.ClassNotFoundException : javax.xml.ws.soap.AddressingFeature$Responsesjava.lang.ClassNotFoundException : [...]