AirportWeather sample
Torsten Clausnitzer <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
Hello,
When I try to test the AirportWeather sample with Sun ONE Studio 4 ME
(update 1) and kSOAP 1.2 I get an java.io.IOException with the following
output:
at com.sun.cldc.io.j2me.socket.Protocol.openPrim(+7)
at com.sun.midp.io.InternalConnector.openPrim(+231)
at com.sun.midp.io.InternalConnector.openInternal(+20)
at
com.sun.midp.io.j2me.http.StreamConnectionPool.createStreamConnectionElement(+140)
at
com.sun.midp.io.j2me.http.StreamConnectionPool.getConnection(+121)
at com.sun.midp.io.j2me.http.Protocol.connect(+64)
at com.sun.midp.io.kvem.http.Protocol.connect(+4)
at com.sun.midp.io.j2me.http.Protocol.sendRequest(+90)
at com.sun.midp.io.j2me.http.Protocol.openInputStream(+48)
at org.ksoap.transport.HttpTransport.call(+232)
at org.ksoap.transport.HttpTransport.call(+12)
at AirportWeather.callService(+130)
at AirportWeather.commandAction(+347)
at javax.microedition.lcdui.List.keyPressed(+71)
at
javax.microedition.lcdui.Display$DisplayAccessor.keyEvent(+147)
at com.sun.kvem.midp.lcdui.EmulEventHandler$EventLoop.run(+295)
I've tried different emulators with the same result.
Does anyone have an idea how I can solve this problem?
Thanks,
Torsten