views:

215

answers:

1

Hi all, I created the J2ME application and I have the web service (developed in Java) that has HelloServiceNMethod() as Web method. it returns the String. Now i want to invoke this web service in My J2ME MIDlet (in Sun wireless toolkit OR Eclipse) What steps i have to follow. Please Guide me.

+1  A: 

Documentation you need to read and understand for this can be found:

The reference implementation of JSR-172, the version phone manufacturers can simply buy outright from Sun and include in their phone, is pure Java. This means that phone manufacturers usually have little reasons to develop their own version of it themselves. Fragmentation should then be minimal.

QuickRecipesOnSymbianOS