views:

12

answers:

1

Hi 2 All...

  I want to know how to call XML based web service from blackberry eclipse......is there any code or any other libraries i should use....i am using ksoap libraries...but still unable to make a contact with server..
A: 

Maybe the problem is within your web server, so to narrow down whether it's the client or the server which is having problem this is you should do : In the client : Do a get to a working web page in the internet and show the page HTML content in a richtextfield in your BB device/simulator.

If it's working than check also in ther server

In the server : - Create a test page which uses form that submit your request to the server and see if it's received by the server and give the proper respond.

Basically it's just the same as requesting any web page. There are so many example out there, for start try in Blackberry developer section web page.

Ari R. Fikri