axis 服务器端例证
axis 服务器端例子1. java code in serverpackage com.google.testpublic class SayHello {public String
axis 服务器端例子
1. java code in server
package com.google.test;public class SayHello {public String getName(String name) { return "hello "+name; }}
2. generate service *.aar
Eclipse--New--other---axis2---Axis2 Service Archiver,
3. copy my_service.aar to C:\tomcat6\webapps\axis2\WEB-INF\services
4. restart tomcat , go to
http://localhost:8080/axis2/services/listServices