Skip to main content
13-Aquamarine
May 8, 2026
Question

Windchill OdataConnector - How to add Local Service to the Connector thing?

  • May 8, 2026
  • 0 replies
  • 8 views

I have created Thingworx Windchill Odataconnector thing from OdataConnector template. All basic settings like ValidateConnection, GetEndPointList works fine. 

I want to add a custom service (Local Service) to call my custom rest End point added to the WTPart domain getCustomPartList().

I can add a new service as Route but I want to modify the data after calling the custom end point.

I tried me.getCustomPartList() but not working as expected.