Jump to content
JerryM

'Service not supported by EMS provider'

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×