webService第一个SimpleService调用getGreeting出现“你好 null”的情况
在网上看到一个以axis2为框架webservice文章http://wenku.baidu.com/view/212d1eebe009581b6bd9eb69.html 我把axis2.war文件复制到tomcat上webapp下,然后启动tomcat后,通过http://localhost:8080/axis2表明web服务引擎发布成功了, Java code ? 1 2 3 4 5 6 7