Sun Microsystems J2ME manual Using Web Services, Web services stub generator

Models: J2ME

1 134
Download 134 pages 62.02 Kb
Page 89
Image 89

CHAPTER 12

Using Web Services

The J2ME Wireless Toolkit emulator supports JSR 172, the J2ME Web Services Specification. JSR 172 provides APIs for accessing web services from J2ME applications. It also includes an API for parsing XML documents.

The J2ME Wireless Toolkit provides a stub generator that automates creating source code for accessing web services. To get to the stub generator, choose File > Utilities... from the KToolbar menu. Click on Stub Generator.

FIGURE 39 The web services stub generator

The WSDL Filename or URL should point to the WSDL file for the web service you want to access. The Output Path indicates the location where you want the stub files to be placed. Output Package indicates the Java language package name for the stub files. Finally, choose whether you want to generate CLDC 1.0 or CLDC 1.1 stubs.

Press OK to generate the stub files.

77

Page 89
Image 89
Sun Microsystems J2ME manual Using Web Services, Web services stub generator