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
sfdc2705sfdc2705 

Making Authenticated Web Service callouts with the webservice hosted on IIS-Best approach suggestions

Hi,

we need salesforce to call the external webservice to get the response.
we want the external webservice to authenticate the request coming in from salesforce and only after verifying the authentication, it should send the response to salesforce.External webservice will be hosted on the IIS 7.5,

Appreciate any ideas on how to approach this.

Thanks in advance for help...!

Avidev9Avidev9
Which type of service it is ? It will be best to implement if the webservice are REST than SOAP
sfdc2705sfdc2705
Hi,

Thx for the response.It will be SOAP API service.
Please let me know your inputs.

Thanks