首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

axis 服务器端例证

2012-08-24 
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

热点排行