Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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.
Solved! Go to Solution.
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.
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
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.