aspose file tools
The moose likes Web Services and the fly likes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark ""setProperty must be overridden by all subclasses of SOAPMessage" error" Watch ""setProperty must be overridden by all subclasses of SOAPMessage" error" New topic
Author

"setProperty must be overridden by all subclasses of SOAPMessage" error

Simpson Kumar
Ranch Hand

Joined: Mar 19, 2008
Posts: 260
I have created a simple POJO web service with annotations (annotationes to create WSDL file in server side) and deployed the project in JBoss AS 4.2. And I see the corresponding WSDL in jboss-as\server\default\data\wsdl\WSProjEAR.ear\WSProj.war location.
Now the problem, when I test the service I get the follwing problem

I have googled this error, I found some of the solutions and tried to implement
http://www.dcm4che.org/jira/browse/XDS-49
In the above solution, they are asking to copy the list of jars to other location. But I didn't find # jboss-jaxws-ext.jar file in my AS. Is there any alternate solution?

Here is the code that I implement.
POJO class


Interface to follow web service rules and use to call POJO from client


Cleint


Thanks,
Kumar
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
It looks a little strange to me that you use JAX-WS annotations and have your HelloPOJOAPI interface extend Remote - that is something you would do when developing JAX-RPC web services, but not with JAX-WS.
Check this tutorial for a basic example on how to use JAX-WS: http://www.netbeans.org/kb/docs/websvc/jax-ws.html
Best wishes!
marcelo rojas
Greenhorn

Joined: Jan 27, 2011
Posts: 2
Hi All!
Yahooing and Googling i have found the solution for this specific problem. Follow the instructions posted here --> http://shervinasgari.blogspot.com/2010/01/setproperty-must-be-overridden-by-all.html
That's all.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: "setProperty must be overridden by all subclasses of SOAPMessage" error
 
Similar Threads
Exception occuring while accessing web services
java.lang.reflect.UndeclaredThrowableException in JBOSS with EJB 3 as a web service
WSDL access error
JBOSS Portal Error-setProperty must be overridden by all subclasses of SOAPMessage
Exception: java.rmi.RemoteException: Call invocation failed;