# axis2webservice
**Repository Path**: hxw_x/axis2webservice
## Basic Information
- **Project Name**: axis2webservice
- **Description**: axis2方式发布webservice
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2018-05-07
- **Last Updated**: 2025-06-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# axis2webservice
#### 项目介绍
axis2方式发布webservice
### 发布方式
war包
### 通过tomcat启动
访问:http://localhost:8080/services/axis2webservice?wsdl
> services.xml 为配置文件
访问描述
```
WSDL URL is http://localhost:8080/services/axis2WebService?wsdl
Interface name is axis2WebServiceSOAP11Binding
Interface address is http://localhost:8080/services/axis2WebService
operation name is sayGood
operation request is
operation response is
?
operation name is sayHello
operation request is
?
?
operation response is
?
operation name is welcome
operation request is
?
operation response is
?
Interface name is axis2WebServiceSOAP12Binding
Interface address is http://localhost:8080/services/axis2WebService
operation name is sayGood
operation request is
operation response is
?
operation name is sayHello
operation request is
?
?
operation response is
?
operation name is welcome
operation request is
?
operation response is
?
```