Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><em>Clearly</em> you shouldn't be using fancy built-in things like netbeans's stub generator. Noes, you should be using the Sun (or Sprint branded...) stub generator which you can get to by:</p> <ol> <li>Right-Clicking your project</li> <li>select <strong>Properties</strong></li> <li>Select <strong>Platform</strong> on the left side of new dialog</li> <li>Click on <strong>Manage Emulators</strong> on the rigt side</li> <li>Select the emulator of your choice (<strong>Sun Java(TM) Wirless Tookit 2.5 for CLDC</strong>) on the left of this new dialog</li> <li>Click on the <strong>Tools &amp; Extensions</strong> tab.</li> <li>Click the <strong>Open Utilities</strong> button.</li> <li>Select the <strong>Stub Generator</strong> Utility in this new dialog</li> <li>Cry about the large number of steps and dialogs involved.</li> <li>Click <strong>Launch</strong></li> <li>Specify your WSDL Url <strong><a href="http://localhost/SimpleWebService/SimpleWebService.asmx?WSDL" rel="nofollow noreferrer">http://localhost/SimpleWebService/SimpleWebService.asmx?WSDL</a></strong></li> <li>Specify your ouput path ** C:\code\SimpleMobile\src\ **</li> <li>Specify your output package <strong>simplewebservice</strong> or whatever you </li> <li>Press the <strong>OK</strong> button.</li> <li>Ignore the errors about being unable to compile if you're going to compile with netbeans. <strong>error : com.sun.tools.javac.Main is not availble in the classpath.. error: comilation failed, errors should have been reported</strong></li> <li>Repeat all of the above any time the web service changes, and the stubs need to be regenerated.</li> <li>Write a batch file to do this to save your sanity.</li> </ol> <p>ugh. Well anyway, the above I found in Jonathan Knudsen's book "Kicking Butt with MIDP and MSA: Creating Great Mobile Applications"</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload