Hi,Can anyone tell me which tool is used to generate Stub in Android and is it possible to use JAX-RPC concept to call the web service in android.If is it possible please provide me some code with example. regards, s.kumaran
A:
Can anyone tell me which tool is used to generate Stub in Android
You seem to treat "Stub" as if it is a magic word. Given a few minutes, I can probably come up with a dozen or two different types of "stub".
The only "Stub" that Android handles natively is an AIDL stub.
is it possible to use JAX-RPC concept to call the web service in android
Only if you supply your own Android-compliant JAX-RPC library.
CommonsWare
2009-08-12 09:15:10
thanks for ur immediate response..
Kumar
2009-08-12 09:20:44
A:
If you use eclipse, it takes care of generating stubs. In my case, eclipse did not generate it automatically. I cleaned the project and built again.
russoue
2009-08-12 15:32:52