JerryM 0 Posted October 13, 2020 The following code snippet throws an exception when assigning the EMSProvider to the BackendEndpoint:Â EBackendServiceError with message 'Service not supported by EMS provider' Â EMSProvider1 := TEMSProvider.Create(self); Â EMSProvider1.Name := 'EMSProvider1'; Â bePOSTException := TBackendEndpoint.Create(self); Â bePOSTException.Name := 'bePOSTException'; Â bePOSTException.Provider := EMSProvider1; Â What service does the error refer? Share this post Link to post