Is it possible to integrate Standalone Installation Mendix to Opcenter 2310

0
Our goal is to use authentication of Siemens Opcenter Core on Mendix application under custom mendix settings. We have two different servers. Server A has Opcenter Core v2310 while Server B has Mendix 10.24.4. We would like to integrate Opcenter UMC to the Mendix ( Screenshot below). Is that possible ? If yes, could you please send documentation
asked
1 answers
0

Hi,


There is no single “one-click” official doc for exactly your scenario (Standalone Mendix + Opcenter 2310 UMC), but these are the closest and most relevant resources you can use as reference:


  • https://docs.mendix.com/refguide/custom-settings/
  • https://docs.mendix.com/appstore/modules/siemens-plm/teamcenter-extension/
  • https://docs.mendix.com/appstore/modules/siemens-plm/using-included-services/
  • https://docs.mendix.com/appstore/modules/siemens-plm/services-not-included/
  • https://www.scribd.com/document/895242499/Opcenter-Configuration-Mendix


These cover:

  • custom Mendix runtime settings (your EXFN configs)
  • Siemens / Teamcenter integration logic
  • how to call services and extend integration
  • and a close example of Opcenter–Mendix configuration


If this resolves your issue, please mark it as accepted.


answered