Hi!!!
I'd like to implement a Client Android of a web-service.
How Web-Server, I use Tomcat, and how Web-Application I use Axis.To invoke a web-service, I need Axis Library.
When I run my Client on Android emulator, the application is closed and in the LogCat there is following error:
tag dalvikvm
Message Could not find class 'org.apache.axis.client.Service', referenced from ...
How Can I include Axis library?
Thanks
Deborah