
Axis2
iteye_1365
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Axis2 自定义 module 实现 handler 来log soap request and response Message
[b]自定义Module[/b] [b]1.给module写一个单独的配置文件(module.xml),放在source 同目录下的META-INF 文件中[/b] [code="java"] ...2009-07-27 00:53:31 · 352 阅读 · 0 评论 -
Axis2 中 将Spring的装配JavaBean发布成WebService
[b]Service 的实现类[/b] [code="java"] public class SpringBeanTest { public String getWeatherReport(String city) { return city + " weather is very hot currently"; } } [/code] [b]把编译好的cl...2009-07-28 00:08:55 · 111 阅读 · 0 评论