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
MaverickDevMaverickDev 

Call Apex web service using oAuth in ASP.NET

Hello,

 

I've implemented oAuth in my .NET application. I'm able to create, delete and select SObject from Salesforce account.

I've written a web service in Apex which I want to access in my .NET application using oAuth.

How do I access Apex Web Service in .NET application using oAuth? Any Guidance would be very helpful.

 

Thanks!