How to integrate with other enterprise management systems through thingworx, such as ERP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to integrate with other enterprise management systems through thingworx, such as ERP.
We wanted to integrate with other enterprise management systems via the thingworx platform.Through the thingworx extension, java SDK.REST API or others Interact with other systems.Which is the best way?ths!
Solved! Go to Solution.
- Labels:
-
Extensions
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
In fact all of mentioned ways are proper, according to your needs. The easiest way is to create a service that will send a REST request to external systems (available OOTB and the fastest way). They can be browsed through the Snippet or ContentLoaderFunction Resource. It allows you to send most basic HTTP requests (GET, POST, PUT, DELETE).
There is also possibility to create a Thingworx Extension and do pretty much anything using Java code (or even Java libraries) to configure and connect. For more information please refer to the Thingworx Extension Guide.
Hope it helps, in case of any additional questions, don't hesitate to ask.
Regards,
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What exactly are your requirements?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
1. Not sure particularly about ERP. But yes, I have integrated with other WebServices through REST API for Data Transfer and storing.
2. Thingworx extension -> There is a question in my mind, if you are developing a new ERP Interface method/function, then whether it requires you to upload again Thingworx extension or upgrade it? Not sure about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ths
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Rajesh R,
If you create a Thingworx Extension, upload it and then need to perform any update or additional implementation - yes, you need to update the Java code, change the packageVersion in metadata.xml (Thingworx skips the import of the extension if the new one has the same packageVersion as the old one), build it and import to Thingworx.
Hope it helps. If you have any additional question on that, I'll gladly answer.
Regards,
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We have SAP MII extension already build and available on Market Place .
The SAP composite application Manufacturing Integration and Intelligence (SAP MII) enables adaptive manufacturing processes by synchronizing manufacturing operations with back end business systems. With the ThingWorx SAP MII extension, interact with SAP MII queries and business logic transactions directly from ThingWorx.
Please see if suffice your need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ravi,
Where is the SAPMII_Extensions.zip located at on the Marketplace. I can not find it.
Regards,
Hank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
In fact all of mentioned ways are proper, according to your needs. The easiest way is to create a service that will send a REST request to external systems (available OOTB and the fastest way). They can be browsed through the Snippet or ContentLoaderFunction Resource. It allows you to send most basic HTTP requests (GET, POST, PUT, DELETE).
There is also possibility to create a Thingworx Extension and do pretty much anything using Java code (or even Java libraries) to configure and connect. For more information please refer to the Thingworx Extension Guide.
Hope it helps, in case of any additional questions, don't hesitate to ask.
Regards,
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ravi,
Where is the SAPMII_Extensions.zip located at on the Marketplace? I also cannot find it.
