This is an Android application sample to proof a comunication between an Android application and a SOAP web service. The backend is a Java web application that exposes a SOAP service, implemented with CXF. The frontend is an Android application that acts as client of the previous service.
git clone http://github.com/jbaris/pl-maker
cd pl-maker
mvn clean package
The apk file will be created at ./pl-maker-frontend/target/ Run it on an Android environment.
To run the server:
On Linux, run:
$ cd ./pl-maker-backend/target
$ java -jar pl-maker-backend-1.0.jar --classpath=./lib/
On Windows, run:
\pl-maker-backend\target\plmaker.exe