Hello,
I want to build an application which could connect to CRM organization using the **SOAP endpoint** and perform some operations using SOAP API calls.
Specifically, what type of authentication needs to be done? This is such a trivial question, but i haven't been able to find any documentation related to it.
NOTE : This application is not plugin/workflow etc. It is a console application.
P.S. : I have achieved this through web api ODATA using OAuth 2.0, but i need to do so using SOAP endpoint.
Thanks
*This post is locked for comments