How to integrate ThingWorx with Aras PLM?
Jun 12, 2018
08:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 12, 2018
08:38 AM
How to integrate ThingWorx with Aras PLM?
Hello all
i need to transfer the data from the Aras PLM to the ThingWorx platform.
Please help me to find out the answer for this. thanks in advance.
Labels:
- Labels:
-
Connectivity
-
Design
1 REPLY 1
Jun 12, 2018
09:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 12, 2018
09:50 AM
Well, doing a quick search I was able to find that they have a developer guide on their website. The guide shows that you can integrate via SOAP. So my suggestion would be to write a thingworx extension that handles the SOAP interface back to Aras. You should probably create the extension as a Thing Template so that you can use a configuration table for defining static properties like URL, username, and pw and then reference those values in your java code when building out the SOAP request.
