Connecting MIDP Applications to Web Services

See Also

Web services extend the availability of server-based applications and services to remote clients.

Mobile client applications use the same Web services architecture as do larger Java SE applications:

The IDE enables you to create client MIDlets that can connect to Web services either through a direct "two-tier" architecture, or a "three-tier" architecture that connects to Web services through a middleware Web application.

The IDE provides two wizards for creating the connecting classes:

About Web Services
Creating a Java ME Web Services (JSR-172) Client
Creating a Three-Tier Mobile Web Services Client

Legal Notices