Community Tip - You can change your system assigned username to something more personal in your community settings. X
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
Hi Vinay, could you add the information on the version of ThingWorx's Extension SDK and the ThingWorx version?
I'm not 100% sure, but I think all services shouldn't be CamelCase, they should have first letter in uppercase.