[jboss-user] [JBossWS] - Re: WSDL is not genreated

yonghongb do-not-reply at jboss.com
Fri Jul 24 14:58:20 EDT 2009


package myWebService;

@javax.jws.WebService
@SOAPBinding(style = SOAPBinding.Style.RPC)
public class TestWS {

	
       @WebMethod
	 public void insertTier(String firstName, String lastName,String cp, String createDate, Tier[] myTier){
		   org.apache.log4j.Logger log = Logger.getLogger(Logger.class);
			
			Services.insertStudent(firstName,lastName, createDate, myTier);			
		
		}
}   

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

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



More information about the jboss-user mailing list