Jump to content
Registration disabled at the moment Read more... ×
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×