Skip to main content
10-Marble
May 4, 2022
Solved

java sdk

  • May 4, 2022
  • 2 replies
  • 1090 views

How to use Service developed using Java extension in Thingworx Service?

I want to use Service present in Extension in Thingworx service.

Best answer by slangley

Hi @AR_07.

 

So basically, you want to call your custom service from another entity, correct?  If so, this article may be helpful.

 

If we're not understanding, please provide more details.

 

Regards.

 

--Sharon

2 replies

slangleyCommunity ManagerAnswer
Community Manager
May 5, 2022

Hi @AR_07.

 

So basically, you want to call your custom service from another entity, correct?  If so, this article may be helpful.

 

If we're not understanding, please provide more details.

 

Regards.

 

--Sharon

17-Peridot
May 9, 2022

@Test_user,

If you have created an Extension to ThingWorx. That extension might have created definition of a ThingTemplate. This template will be used in defining a new thing. The services which are created from JAVA code are then available.

Let me know where you are in this process and I will provide direction.