Viewing and Editing Project Properties
Running Projects in the Emulator
Searching the WURFL Device Database
Finding Files in the Multiple User Environment
JSR 82: Bluetooth and OBEX Support
JSR 135: Mobile Media API Support
Creating a New Mobile Web Service Client
JSR 177: Smart Card Security (SATSA)
JSR 205: Wireless Messaging API (WMA) Support
JSR 211: Content Handler API (CHAPI)
JSR 226: Scalable 2D Vector Graphics
JSR 238: Mobile Internationalization API (MIA)
JSR 256: Mobile Sensor API Support
The Java ME Platform SDK provides a stub generator that automates creating source code for accessing web services that conform to the J2ME Web Services Specification. You can add stubs to any MIDP application. The following is a general procedure for adding stubs:
Click Running Web Service and enter the URL for the WSDL
Click Specify the Local filename for the retrieved WSDL and browse to a file on your system.
In either case, you must enter a Package name, then click Finish. The new package appears in the project and includes an interface file and a stub file.
See Creating a New Mobile Web Service Client for a step by step process, or see Run JSR172Demo and view the demo source files.