Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
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.
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.