Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaricom/wsdl2ksoap2-android
Automatically exported from code.google.com/p/wsdl2ksoap2-android
https://github.com/yaricom/wsdl2ksoap2-android
android ksoap2 wsdl wsdl2ksoap2-android
Last synced: 11 days ago
JSON representation
Automatically exported from code.google.com/p/wsdl2ksoap2-android
- Host: GitHub
- URL: https://github.com/yaricom/wsdl2ksoap2-android
- Owner: yaricom
- Created: 2015-12-28T10:59:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T12:44:14.000Z (about 9 years ago)
- Last Synced: 2024-11-05T15:51:49.291Z (about 2 months ago)
- Topics: android, ksoap2, wsdl, wsdl2ksoap2-android
- Language: Java
- Size: 3.31 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wsdl2ksoap2-android
Automatically exported from https://code.google.com/p/wsdl2ksoap2-androidThis project is a CLI based tool to create valid ksoap2-android based classes from WSDL file that is compatible with the Android platform.
### Features
- automatic source code generating from WSDL
- client and server side interfaces generating
- simple and complex data types generating
- attribute values support
- NULL values support
- Enum types support
- Array types support
- QName values support (partially, for fields only, not for attributes)
- generated source coed contains Endpoint implementation (it can be used for server side interface implementation)### Usage
Make sure that you have latest ANT and JAVA installed on your system.Run to see available options:
- Unix/Linux/MacOSX - ./wsdl2ksoap.sh
- Windows - .\wsdl2ksoap.batNOTE: On Windows make sure to run ANT first in order to compile library JAR. On Unix-like
systems it will be done automatically upon execution of "./wsdl2ksoap.sh"### Integration
Make sure to copy generated code to your source path and to add './libs/ksoap2-android-assembly-3.1.1-jar-with-dependencies.jar' and 'wsdl2ksoap2.jar' as dependencies for your project classpath.For more info about ksoap2 usage please refer to
http://simpligility.github.io/ksoap2-android/index.html