BlackBerry - App connects to webservice on simulator, but not on device

安稳与你 提交于 2019-12-13 06:49:39

问题


i have developed an application, that gets installed in the mobile phone. The brief information of application is it is accessing web services, from another machine. Now i tested the application on the simulator in 2 ways

1) MDS: in the application , there is a url of the machine, where web services are present. this url is in the stubs generated ,i make no changes to the url. and i start the MDS-cs server , Now the application works fine.
2) Direct TCP: to the url , i append ;deviceside=true to the url. and now, this time, i dont start the MDS-CS, and the application works in this case.

But, now when i install these files in the device, the application doesnt work. I havent tried it with MDS, becuase i need to take support from the blackberry team in our org. which would take more time. So i have tried it with, Direct TCP, i wiped the device and installed the application. but it does not work.Please help me , in this case.


回答1:


Networking on a BlackBerry device can be a little complicated. I highly recommend going through this forum post for a primer on all of the issues and complexities involved with using HTTP on a BlackBerry. Lots of very useful information in there.




回答2:


Another very good resource is this developer video.



来源:https://stackoverflow.com/questions/1939534/blackberry-app-connects-to-webservice-on-simulator-but-not-on-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!