Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello,
I have the Java SDK to develop on eclipse a simple client.
I use the SimpleClient app provided by PTC, and i'm now trying to create a thing.
The connection seems ok, as I can read properties of this thing.
Could you help me ?
Here are the screenshots :
(none of the methods here have worked)
The code in the service is inspired by this post : https://community.ptc.com/t5/ThingWorx-Developers/Creating-a-Thing-from-a-Virtual-Thing-Service-Java-SDK/td-p/524955
Info : when I execute the service directly from the composer by pressing 'execute', it's works well.
Thnak you very much
Solved! Go to Solution.
Hello,
It looks like you're trying to trigger/invoke a service. You can see how to do it below in the highlighted area. The code you have is to trigger/fire an event.
Hello,
It looks like you're trying to trigger/invoke a service. You can see how to do it below in the highlighted area. The code you have is to trigger/fire an event.
of course !
It works.
Thank you very much