function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
topgun007topgun007 

Salesforce Web Services API

Hi all,

Does any one share the experience of directly accessing Salesforce.com Web Services API. I like to access the data via RSS feeds. Any sample code will be appreciated.

Thanks in advance


Gareth DaviesGareth Davies

You might want to check out what Spanning Partners has done with RSS feeds

http://www.spanningpartners.com/

We have a set of libraries for .NET which simplify the access of data via the API. These libraries have classes that can be used for basic RSS 2.0 feed read/write and have access to classes for a limited HTTP server - depending on your requirements, budget , scale and experience level they may be appropriate.

If you are considering doing this yourself you need to look at secure-RSS, RSS 1.0 and 2.0 as well as atom and opml standards.

If you are at dreamforce next week we can perhaps get together and discuss what you need to achieve.

StianSStianS

You can also check out the Salesforce Dotnet API available at the Salesforce Code share here: http://developer.force.com/codeshare/apex/ProjectPage?id=a06300000044cUnAAI

 

The download is available from here: http://code.google.com/p/salesforce-dotnet/

 

Best regards

Stian