Hello All,
Some background:
We have a mashup in ThingWorx that updates a database with some information.
We have a listener in Windchill that will read that data and update a list of parts.
What we would like to do is send an event / message from thingworx to the methodserver so that the listener can do its job.
I have looked at the WRS and there doesn't seem to be any way to do this.
Some of the options that i have looked at are,
1. Creating a part/document then deleting it (not a great solution)
2. Updating a task (also not a great solution)
3. Infoengine query (nothing is written to the methodserver)
Does anybody have any ideas how to achieve this?
Thanks in advance.
Solved! Go to Solution.
Bryan,
The integration between ThingWorx and Wind-chill uses REST API to communicate so you need to have REST API in WC TWX can invoke to do what you need to do. You can have REST API that will do directly what I assume the listener code does or API that will create an event in WC that will then trigger listener code. Any of these Rest API I assume will have to be custom developed using documentation in WRS guide.
Hope this helps.
Bryan,
The integration between ThingWorx and Wind-chill uses REST API to communicate so you need to have REST API in WC TWX can invoke to do what you need to do. You can have REST API that will do directly what I assume the listener code does or API that will create an event in WC that will then trigger listener code. Any of these Rest API I assume will have to be custom developed using documentation in WRS guide.
Hope this helps.