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
Knet15Knet15 

How to call service from Sales Force?

Hello, 

Im starting with sales force, I have been looking for some information about how to call an specific service created with .NET from sales force?
I know how to create Rest services located on sales force and test it using Postman. Now Im trying to do exacly the oposite, I need to call a .NET service located on ISS using saleforce.

Could any body help me?

Thank you very much,
any information I will apreciate,
Greetings.
ShashankShashank (Salesforce Developers) 
Hi,

You should do an APEX callout for this. Please find information here: https://developer.salesforce.com/page/Apex_Callouts

If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.

Thanks,
Shashank