Hi All,
I am trying to implement security in our web service, but i am getting the following exception
I am using JBOSS as the application server. can anyone please help me resolve this exception..Code:Caused by: java.lang.NoClassDefFoundError: com/sun/xml/wss/impl/WssSoapFaultException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) at java.lang.Class.getConstructor0(Class.java:2699) at java.lang.Class.getDeclaredConstructor(Class.java:1985)


Reply With Quote

