2011年10月19日
摘要: http://axis.apache.org/axis2/java/core/docs/mtom-guide.html作者:samsongbest 发表于2011-10-19 16:08:37 原文链接阅读:4 评论:0 查看评论 阅读全文
posted @ 2011-10-19 16:09 SamLove 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Copyright © Steve Loughran 2003 DRAFT 1 Fear of Attachments Steve Loughran 2003-02-03 1.1 Introduction: SOAP and its attachments One issue which has shown up with SOAP from the outset is... 阅读全文
posted @ 2011-10-19 16:03 SamLove 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 1.create table create table dbo.app_param( sn int identity(1,1) not null, type nvarchar(50) not null, module nvarchar(50) not null, ckey nvarchar(50) not null, cvalu... 阅读全文
posted @ 2011-10-19 16:01 SamLove 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 在eclipse-jee-galileo-SR1-win32上装了半天都装不上,偶然发现通过非常规手段可以使用。 一.插件安装 Add 1.3 插件到plugins Add 1.6插件到dropins 重启eclipse, 出现了2个,用第二个应该是1.6的 反向生成代码。 报错,缺少下图最上面2个包。 从AXIS2的LIB库中复制"... 阅读全文
posted @ 2011-10-19 15:32 SamLove 阅读(1842) 评论(0) 推荐(0) 编辑
摘要: Axis2 WebService 实现webservice的开源框架有很多,axis是比较常用的一种,它能让你在tomcat上方便的发布webservice,它能帮助你把代码转化成wsdl文件,或者把wsdl文件转化成java代码,下面对axis2作详细说明,我会侧重讲cmd命令行发布和转化,因为最新版axis2的插件和多数eclipse版本不兼容。 一.下载axi... 阅读全文
posted @ 2011-10-19 10:40 SamLove 阅读(8820) 评论(0) 推荐(1) 编辑