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!

