An open API service indexing awesome lists of open source software.

https://github.com/yale8848/axis1webserviceclient

Axis1 WebService 客户端 例子,通过wsdl文件生成客户端代码并调用
https://github.com/yale8848/axis1webserviceclient

axis cliet soap-client webservice

Last synced: 12 months ago
JSON representation

Axis1 WebService 客户端 例子,通过wsdl文件生成客户端代码并调用

Awesome Lists containing this project

README

          

## Axis1 通过wsdl文件生成客户端代码

## 以 http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx?wsdl 获取手机号信息的wsdl为例子

## 过程

- cd tool
- client.bat 生成客户端代码
- 调用demo详见App.java

## 服务端例子 https://github.com/yale8848/Axis1WebService.git