Hi,

It seems error from your web app code, since it says: "

java.lang.UnsupportedOperationException: s
etProperty must be overridden by all subclasses of SOAPMessage

"
can you show more codes...

Thanks
Jeff



shaminda perera wrote:
Hi all,

This is the scenario.
I created a WSDL and the generated the server side and client side code
using the WSDL2Java tool. After that i published the Web service in Jetty,,
as done by the generated server code.
The web service is working fine when i tested it using a standalone client.

I am having a web application which is deployed in JBoss. Now i need to
access the Web service thru a client which sits in this web application.
However, now i am now getting the following error:
11:05:26,030 FATAL [application] javax.ejb.EJBTransactionRolledbackException:
java.lang.UnsupportedOperationException: s
etProperty must be overridden by all subclasses of SOAPMessage
javax.faces.el.EvaluationException:
javax.ejb.EJBTransactionRolledbackException:
java.lang.UnsupportedOperationException
: setProperty must be overridden by all subclasses of SOAPMessage
        at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke
(MethodBindingMethodExpressionAdapter.java:9
1)
        at com.sun.faces.application.ActionListenerImpl.processAction(
ActionListenerImpl.java:91)
        at javax.faces.component.UICommand.broadcast(UICommand.java:383)

This comes up when i am calling the Webservice methods using the generated
client side stub.

This does not come when i run the Web service client in standalone.

Appreciate if someone can help or give any feedback.

Thanks in advance.

Reply via email to