have you tried sniffing the actul comms using something like fiddler, or wireshark? they could help you trace the issue.
On 15/05/2009, Developer <[email protected]> wrote: > > I've created a simple application that returns some characters. The > application is hosted on > > http://koolphoneapps.appspot.com, and accessible to public. > > When I try to access the application from my SmartPhone simulator, I > get no response. If I try to access locally (e.g. > http://localhost:8080/koolphoneapps, > when testing it on local google application engine) I've no problems. > It works through the browser all the time. > > In my SmartPhone application I use javax.microedition.io.Connector > class to open a connection to the application and read the input > stream. When the application (google app) is running locally, I get > all the characters. However when I upload and test the same code > through http://koolphoneapps.appspot.com, I get no response. > > What could be the problem? I ruled out internet connectivity issue > since I can access other urls, like www.google.com using the same > mechanism. i.e. create connection using > javax.microedition.io.Connector and read input stream. > > Thanks in advance. > > > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
