使用eclipse創建webservice

(1)建立web項目             創建類,例如:             public class HelloClientToService {     public String say(String name) throws InterruptedException{               return "hello "+name;               }     
相關文章
相關標籤/搜索