| 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.
|
 |
 |
|
|
subject: "setProperty must be overridden by all subclasses of SOAPMessage" error
|
|
|