cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Thingworx Extension

vpanwar
1-Newbie

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

2 REPLIES 2
supandey
19-Tanzanite
(To:vpanwar)

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.

Top Tags