
webservice
懒水獭
懒人推动技术进步
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WebService
webservice 常用框架:axis,axis2,xfire,cxf,目前常用的是cxf,axis2。cxf是从xfire进化来的。 http://axis.apache.org/http://cxf.apache.org/ axis常用jar包如下: axis2官网介绍: Apache Axis2™ is a Web Services / SOAP / WSDL engine...原创 2014-06-13 17:56:31 · 141 阅读 · 0 评论 -
webservice axis2 maven pom.xml
<dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> <version>1.6.2</version> </dependency> <depend转载 2019-01-28 15:17:06 · 904 阅读 · 0 评论