Windchill Connection

0
Can someone assist me with fetching data from Windchill into Mendix? How can I connect Windchill data to Mendix?
asked
1 answers
1

Windchill has a (odata) REST API, so you should be able to use the REST client in mendix to call the rest endpoints. Alternatively you may able to use External Entities to get data from the OData rest apis, but this untested, so not sure if it will work.

answered