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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to