使用eclipse创建webservice

(1)建立web项目             创建类,例如:             public class HelloClientToService {     public String say(String name) throws InterruptedException{               return "hello "+name;               }     
相关文章
相关标签/搜索