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
RPKRPK 

Getting Salesforce data from ASP.NET webAPI

I am trying to create a middleware between SAP and Salesforce. It is a .NET RESTful service. 

If SAP desires any data, it will pass parameters to my .NET API which in turn will query Salesforce for the same. It should fetch the data and return as XML to SAP.

My first step is to build a webAPI and fetch sample data (about 10-20 rows) from Salesforce developer account.

I referred to Salesforce documentation on how to setup Remote Access for external applications which uses oAuth. The Remote Access documentation page looks a bit obsolete.

I want to know whether I need to enable Remote Access first in Salesforce and expose endpoints for my .NET Service to consume it? Where can I find updated Remote Access oAuth documentation for interacting with the .NET webAPI?
NagendraNagendra (Salesforce Developers) 
Hi,

May I suggest you please check with below link which might help you further with the above issue. Hope this helps.

Thanks,
Nagendra