[jboss-user] [JBossWS] - Re: Package name generated by wsprovide

zauberlehrling do-not-reply at jboss.com
Mon Mar 26 17:49:37 EDT 2007


I've forgotten the code of beispiel_9.EjbEndpoint is very simple:
package beispiel_9;
  | 
  | import javax.ejb.Stateless;
  | import javax.jws.WebMethod;
  | import javax.jws.WebService;
  | 
  | 
  | @WebService
  | @Stateless
  | public class EjbEndpoint {
  | 
  | 	@WebMethod
  | 	public String sayHello(String name)
  | 	{
  | 		return "Hallo "+name+"!";
  | 	}
  | 
  | }

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

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



More information about the jboss-user mailing list