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
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
Post a Comment