
Axis2AndWebService
chenhailong118
wu
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SOAP的简单介绍
简单的介绍一下SOAP的协议xml介绍:soap 1.0 和soap 1.1的区别http://schemas.xmlsoap.org/soap/envelope/http://www.w3c.org/2001/06/soap-evnvelopehttp://schemas.xmlsoap.org/soap/encodinghttp://www/w3c.org/2001/06/soap-e...2011-04-18 20:52:08 · 167 阅读 · 0 评论 -
Apache Axis2 Installation Guide(官方推荐安装方法)
Apache Axis2 Installation Guide(官方推荐安装方法)这里我们用的是Axis2 1.5.4 :Download the Apache Axis2 1.5.4 version (latest).或者其他版本:Download all versions of Apache Axis2.有以下几种方式可以选择你想用的 (现在自己用的是第二种,很方便)1...2011-02-14 14:16:03 · 158 阅读 · 0 评论 -
自己配置Axis2 Module的方法
今天做了一个Axis2 Module的例子(官网介绍),感觉很简单,但也很实用这里和大家分享一下 步骤:1.首先要写一个Module的实现类这里我写了一个和官网上的不太一样,但也差不多package userguide.loggingmodule;import org.apache.axis2.AxisFault;import org.apache.axis2.co...2011-06-15 16:38:24 · 141 阅读 · 0 评论 -
Tomcat+Axis2 SSL实现
给WebService 添加SSL支持 1.Environment Eclipse 3.7 Tomcat 6.0 Axis2 war(1.5.×) 2.Tomcat 设置Axis2 http://chenhailong.iteye.com/admin/blogs/905865 3.tomcat设置SS...2011-10-11 20:05:59 · 193 阅读 · 0 评论 -
Axis2——web服务读取jar模式
Axis2 web服务要使用持久层框架,那么就会涉及到Entity的导入但是Entity放到aar中,axis却找不到,所以那阅读了官网,发现了这个和大家分享,下面的方法就能解决上面的问题 在server.xml中加入其中ServiceTCCL中属性有:default,composite,servicedefault读axis2/libcomposite读包括上面的,加上a...2011-08-12 07:48:29 · 138 阅读 · 0 评论