Red Swan
Red Swan

Reputation: 15563

steps for invoking webservices in J2ME application

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.

Upvotes: 0

Views: 584

Answers (1)

michael aubert
michael aubert

Reputation: 6826

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.

Upvotes: 1

Related Questions