SuperOffice.Crm.Online.Core contains the authentication interface to successfully authenticate and connect to your quote connector web service endpoint.
SuperOffice.NetServer.Services is necessary because connectors often need to call the tenant’s web services for additional information. The packet has additional dependencies.
In total you will have the following NuGet package dependencies:
- SuperOffice.Crm.Online.Core
- SuperOffice.Crm.Online.IntegrationServices
- SuperOffice.NetServer.Core
- SuperOffice.NetServer.Services
- SuperOffice.ContinuousDatabase
- System.IdentityModel.Tokens.Jwt
The sample-project is for .Net Framework, as WCF is not officially supported in .Net Core. This is not a restriction in SuperOffice’ packages, but an architectural decision made by Microsoft.
sdk@SuperOffice.com.
Have fun building quote connectors for SuperOffice CRM Online!