We have PLM systems where all our product lifecycle data resides. We want to build services (REST) to let this data accessed by other systems.
The PLM system we are using comes with REST services and we can also build our own on top of that.
These PLM Systems are our production servers and we don't want others to hit these services directly on the production servers. We can rehost other systems with production data but the rehosted system will not always be with live data as production systems.
Any thoughts to solve this problem?