Try
| @WebService
| public class PojoEndpoint {
|
| @WebMethod
| public String sayHello(String name)
| {
| return "Hallo "+name+"!";
| }
| }
|
JBossWS generates the reuired wrapper beans dynamically. They do not need to be part of
the deployments.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039070#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...