[jboss-user] [JBossWS] - Re: Strange java code generated by wsprovide

thomas.diesler@jboss.com do-not-reply at jboss.com
Thu Apr 19 17:47:25 EDT 2007


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#4039070

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



More information about the jboss-user mailing list