[jboss-user] [JBossWS] - javax.xml.ws.WebServiceException: java.lang.UnsupportedOpera

nikhilkshirsagar do-not-reply at jboss.com
Mon Apr 7 03:37:25 EDT 2008


Hi
I am new to web services.Recently I deployed a 'Say Hello' web service on jboss .The IDE I used was eclipse.
I also suceeded in developing the client by using stubs generated by jbossws.How ever when the client tries to call the web service I get an error.The stack trace is as follows


javax.xml.ws.WebServiceException: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
org.jboss.ws.core.jaxws.client.ClientImpl.handleRemoteException(ClientImpl.java:304)
org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:242)
org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:164)
org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:150)
$Proxy144.sayHello(Unknown Source)
src.Callws.Call(Callws.java:17)
src.Client.doGet(Client.java:32)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

Can someone please tell me how to handle this error.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141966#4141966

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141966



More information about the jboss-user mailing list