I realized a Commerce Runtime Project (CRT) with services to read and write a .txt file, I also have another 2 projects, one from RetailServer and the one from RetailProxy.
When testing the service locally in the development environment, everything works correctly, but when you deploy the package in a "Client Testing" environment, the services in the RetailServer URL are not reflected https: //xxxx.sandbox.operations.dynamics .com/ Commerce/$metadata. I have already referenced the assemblies of the projects in all configuration files such as "web.config", "Customizations.settings", "CommerceRuntime.ext.config" and "RetailProxy.MPOSOffline.ext".
I would like to know if there is any additional configuration file or any step that I need for the services to be reflected in the RetailServer?