Reputation: 694
Is it possible to develop Android mobile applications that can connect to the Dynamics CRM organization web service and perform various operations (CRUD) without using OAuth authentication (Azure Active Directory Authentication Library) ?
Is it possible to authenticate with SOAP ?
Upvotes: 0
Views: 240
Reputation: 86
Yes it is possible You can use SOAP Authentication SOAP Only Authentication
There is also a starter app ready to go Connecting Android app to Dynamics CRM with SOAP endpoint
Upvotes: 1