Thingworx Extension
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thingworx Extension
Hi ,
i was creating my custom ThingWorx extension so i set up my IDE and required JAVA SDK's ,i created a thingworx extension project -> new script function library and build it using gradle build tool. it have one service defined public static String "getResponse()" function in the script function library class.
On importing the extension in the composer,it shows a new resource however i can't find my script function neither in the resources nor in the snippets tab.
In contrary ,when i create a thingworx thing template and create the same service there,it is available when imported.
Thanks
Vinay
- Labels:
-
Connectivity
-
Extensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Vinay, could you add the information on the version of ThingWorx's Extension SDK and the ThingWorx version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm not 100% sure, but I think all services shouldn't be CamelCase, they should have first letter in uppercase.
