JBOSS5.1 -setProperty must be overridden by all subclasses of SOAPMessage

If you are getting the above error while accessing the wsdl that is running on JBOSS5.1
do the following:
go jboss installation dir
click on client folder

copy the following jars
•jbossws-native-saaj.jar

•jbossws-native-jaxrpc.jar
•jbossws-native-jaxws.jar
•jbossws-native-jaxws-ext.jar
 
to lib/endorsed folder

Comments

Popular posts from this blog

defining functions clojure

Integrating Struts2 with Spring Security using Custom Login Form