"micho" wrote : Hello,
|
| what annotation I have to define for an Class I want to use as returnvalue or
parameter for my webservice.
|
| @WebMethod
| | public returnClass method1(String a, paramClass b)
|
| Is it required to define Interfaces for the returnvalue or parameter ClassNope, you
don't need any annotation, but this class should implement Serializable interface
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984110#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...