View Single Post
Old 06-12-2009, 10:07 AM   #39
koic
Thumbs Must Hurt
 
Join Date: Feb 2009
Location: CANADA
Model: 9000
PIN: N/A
Carrier: Rogers
Posts: 64
Default

Hi all.

First of all, BIG thanks to sickned At least for the attempt to show us
how it should look like (please, no offence intended).
But as you might already notice
the attached code does not compile out of box, - problems on the lines 26 and 43.
First should be replaced with:
PHP Code:
Ksoap2Demo theApp = new Ksoap2Demo(); 
second:
PHP Code:
public Ksoap2DemoScreen (){ 
Only after that I could see something on the simulatorxxx8217;s screen
(Project type set to CLDC Application).
Next, it would be good if this example had some valid data/parameters and
actually retrieved some stocks from some sites.
Or at least gave (me) a 'hint' what to do
...
P.S. I'm on JDE 4.7.

Last edited by koic; 06-12-2009 at 10:14 AM..
Offline   Reply With Quote