java sdk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
java sdk
How to use Service developed using Java extension in Thingworx Service?
I want to use Service present in Extension in Thingworx service.
Solved! Go to Solution.
- Labels:
-
Extensions
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @AR_07.
So basically, you want to call your custom service from another entity, correct? If so, this article may be helpful.
If we're not understanding, please provide more details.
Regards.
--Sharon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @AR_07.
So basically, you want to call your custom service from another entity, correct? If so, this article may be helpful.
If we're not understanding, please provide more details.
Regards.
--Sharon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you have created an Extension to ThingWorx. That extension might have created definition of a ThingTemplate. This template will be used in defining a new thing. The services which are created from JAVA code are then available.
Let me know where you are in this process and I will provide direction.
