# Spring-axis **Repository Path**: sixdog/Spring-axis ## Basic Information - **Project Name**: Spring-axis - **Description**: Spring boot整合axis调用SOAP风格的web服务 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2020-07-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring-axis #### 介绍 有时遇到比较老的项目需要调用SOAP风格的web服务做集成,为了简化这一过程,使用axis2(1.7.9)框架整合spring boot完成对web服务的调用。它提供了一种简化的方式,直接操作javabean完成对SOAP的调用和XML的解析。 - 以调用天气预报的web服务为例进行说明,WSDL地址为http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?WSDL - swagger地址http://localhost:8081/swagger-ui.html ![输入图片说明](https://images.gitee.com/uploads/images/2020/0727/095409_5b7439f6_1110335.png "1595814830(1).png")