...
After installing MessageTransformer from the guides beforehand
UAT CLIENTID AND TOKEN ARE DIFFERENT TO PRODUCTION
Access the installation directory (typically
C:\Program Files (x86)\Flip Group\Message Transmitter
)Access file -
MT.Transformer.WS.exe.config
(You may need to access the file in Command Prompt)Amend file to have service pointing to UAT endpoint
Code Block language xml <add key="BaseUrl" value="https://uat-messagetransmitter.flipgroup.com.au/" />
Access Services
Locate Message Transformer service
Restart Service
...