views:

238

answers:

3

hi i have developed a application, that works fine on the simulator, now i want to test the application on the actual device. my application tries to access web services over the internet. I mean to say, the application makes SOAP request to web services. Also i am accessing the web services using https So in this case, do i need to first sign the application. if not, then how do i go ahead, with deploying the application.

i tried deploying the application, using the blackberry desktop manager, the application got installed, but it is not making calls to web service.i mean to say, the application is not hitting the web service

+2  A: 

Are you getting any error messages from the application? If you need to sign any API's then you'll receive an error.

Use the Blackberry Browser to check if you can hit the webservice. Sometimes there can be issues if your handset is on a BES or if the webservice is behind a firewall.

Check that you have connections or it will timeout.

Fermin
where do i get the blackberry browser
shreedevi
Also i dont get any error , when i try to access web services
shreedevi
Are you successfully hitting the webservice? Maybe the error is in the webservice?
Fermin
no i am not able to hit the web service, thats the whole problem.But the same application hits the web service using Nokia device.The problem is in blackberry
shreedevi
A: 

I have the same case, the response from the web service is: Error trying to resolve, I check the Blackberry Browser and the user can access, but when the users try to access from the application shows me the error, if someone have some information, let me know!!

Vladimir