View Single Post
Old 10-16-2007, 02:35 PM   #28
sszturma
New Member
 
Join Date: Oct 2007
Model: 8703E
PIN: N/A
Carrier: Verizon
Posts: 2
Default What's the best approach to write a Blackberry application to access Salesforce.com?

Salesforce.com has a very rich Web services API (http://www.salesforce.com/us/develop.../api/index.htm) to accessing information in their system.

By default (not on a mobile device) the APIs that Salesforce has available use Apache axis and a bunch of other jars to do the actual web services calls.

I want to get retrieve/update information from Salesforce.com from my Blackberry. I see that many folks are using kSOAP for web services calls (because of the small footprint), but kSOAP doesn't support WSDL.

What's the best approach for this type of project? Any ideas/thoughts are appreciated.
Offline   Reply With Quote