欢迎来到天天文库
浏览记录
ID:12343093
大小:79.00 KB
页数:15页
时间:2018-07-16
《用axis构建web服务》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、WebService学习笔记1.txt在Eclipse+MyEclipse+WebLoigc环境下,用Axis构建Web服务2007年04月30日星期一09:051. 环境说明MyEclipseHelpDocumentation Version:3.8.3Eclipse平台 版本:3.0.2WebLogicServer8.1SP1ApacheAxis1.42. 下载Axis1.4地址:http://www.apache.org/dist/ws/axis/1_4/axis-src-1_4.zip解压axis-src-1_4.zip到
2、axis-src-1_4文件夹3. 建立Web项目在Eclipse中:文件->新建->项目->J2EE->WebProject。项目名:WSServer4. 把axis-src-1_4axis-1_4webappsaxisWEB-INFlib考到WSServerWebRootWEB-INFlib中。共axis-ant.jar、axis.jar、commons-discovery-0.2.jar、commons-logging-1.0.4.jar、 jaxrpc.jar、log4j-1.2.8.j
3、ar、saaj.jar、wsdl4j-1.5.1.jar这8个.jar文件把这些.jar添加到项目的构建路径中5. 在WSServerWebRootWEB-INF下建立文件server-config.wsdd内容如下:4、tion> 5、tNetSoapEncFix"value="true"/> 6、achmentsImpl"/> 7、n"value=".jwr"/> 8、apache.axis.handlers.SimpleAuthenticationHandler"/>
4、tion> 5、tNetSoapEncFix"value="true"/> 6、achmentsImpl"/> 7、n"value=".jwr"/> 8、apache.axis.handlers.SimpleAuthenticationHandler"/>
5、tNetSoapEncFix"value="true"/> 6、achmentsImpl"/> 7、n"value=".jwr"/> 8、apache.axis.handlers.SimpleAuthenticationHandler"/>
6、achmentsImpl"/> 7、n"value=".jwr"/> 8、apache.axis.handlers.SimpleAuthenticationHandler"/>
7、n"value=".jwr"/>
8、apache.axis.handlers.SimpleAuthenticationHandler"/>
此文档下载收益归作者所有