XData Client with Aurelius Model in Web applicaton with TMS Web Core

Hello,

I usually use XData on Windows with Aurelius model, so I connect with TXDataClient as follows:
MyXDataClient := TXDataClient.Create(TXDataAureliusModel.Get('MyModelName'));
Now I'm interested in accessing my XData server in a new Web application with TMS Web Core.
If I understand correctly, TXDataClient must be replaced by the pair TXDataWebConnection and TXDataWebClient. In this case, how do I specify the use of 'MyModelName' model?

Thank you

You don't need to use models, because in TMS Web Core, you will not reuse existing Aurelius entity classes or service operations interfaces. You will call the endpoints using strings like 'IMyService.Hello', so the model is irrelevant.