Reply
Regular Contributor
MaverickDev
Posts: 44
0

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!