Skip to content

A SOAP client generator for Android, inspired by wsdl2objc.

Notifications You must be signed in to change notification settings

kigero/WSDL2Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSDL2Android

WSDL2Android is a project which takes a WSDL file (or files) and generates 
client side code to connect to the service behind the WSDL file from an Android
client.  The big goal of this project is to make that connection as easy as 
possible from the client class:
* No dependencies on the Android project.
* No explicit XML parsing needed in the Android project.
* WSDL Types and Services available as full Java classes.

Maven and Ant plugins will be available to trigger the code generation as part
of a standard build process.

About

A SOAP client generator for Android, inspired by wsdl2objc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages