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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

How to use odata connector with Windchill from ThingWorx 8.2.4

Prem-IKEA
12-Amethyst

How to use odata connector with Windchill from ThingWorx 8.2.4

Hello,

 

Since WindChill Swagger API has some limitations so we have developed a oData custom APIs. I want to call the oData API from ThingWorx service. Besides our ThingWorx is SSO enabled. So please help me, how to consume the oData API to fetch the data from WindChill.

1 ACCEPTED SOLUTION

Accepted Solutions
Prem-IKEA
12-Amethyst
(To:slangley)

We have created a Integrated connector thing with the oDataConnector as base template. Configured with windchill and mapped the newly created API via API Map options which you can probably get this option in New composer. Now, we are able to connect with oData endpoints and fetch the data.

View solution in original post

3 REPLIES 3

First since you talking about custom OData API you need to make sure it is exposed to ThingWorx. For that follow this article CS284781

 

Next, you need to create a new OData Connector API mapping per this chapter Creating a New API Map for the Service.

 

Once this is done you can then call the new service as any other ThingWorx service.

Hi @Prem-IKEA.

 

If the solution provided by @MarekP.Nowaczyk helped you to solve your issue, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon

Prem-IKEA
12-Amethyst
(To:slangley)

We have created a Integrated connector thing with the oDataConnector as base template. Configured with windchill and mapped the newly created API via API Map options which you can probably get this option in New composer. Now, we are able to connect with oData endpoints and fetch the data.

Top Tags