Web service client in J2ME

Hello there, I'm a student and new to web services.

Somehow I manged to setup a plain old java web service using Axis2, and I have tested it with an J2SE RPCclient.

However, what I need to do is to have a J2ME client, and from some searching I have found out about KSOAP. Is there other alternatives, or can I just use AXIS2 RPCclient in J2ME?

I know that I don't need to use java to invoke a java web service, but it's the only think I know that is widely support on phones.

Any advice is appreciated, thanks alot!

[549 byte] By [lonereactiona] at [2007-11-27 10:21:02]
# 1

check out this for more infos on webservices with javame

http://developers.sun.com/mobility/apis/articles/wsa/index.html

suparenoa at 2007-7-28 17:07:24 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Thanks for that link on JSR-172!

One question though.. is it advisable to create a RPC client without using stubs? I don't quite like the idea of stubs and the code it contains.

I did my axis2 J2SE client without stubs, but I can't seem to find any tutorial on JSR-172 that doesn't use stubs.

lonereactiona at 2007-7-28 17:07:24 > top of Java-index,Java Mobility Forums,Java ME Technologies...