The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Hi,
I am trying to obtain parameters from URL in Thingworx.
Have those parameters sent to a jar file where it will see if a Thing exists and create one if it does not.
Then have the rest of the file ran to send parameters to the Thing through REST.
I want this to run by just going to the URL, if possible.
Thanks
for the jar, if you look at how extensions are created, the jar reference can be a physical file or url
is that what you are asking?
you will still have to create the appropriate Thingworx Services to go with the jar you want to use in your extension.
So, create a service and add the jar file as a jar resource in Eclipse?