Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi All,
I'm Fetching an XML File which is in Windchill,
into the Thingworx.
How can i Achieve this.
Please Help out.
Solved! Go to Solution.
To answer your question, first of all you want to configure Windchill Integration with ThingWorx per http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FComposer%2FIntegrationConnectors%2FConnectorOview.html and in "PTC Windchill® Extension Guide. Make sure to follow note on page 27.
Windchill is not a file server so you can't just fetch some file which is in Windchill, you need to make a request to some Windchill REST service that will send XML response you looking for. So first of all you need to find out what is that service you can use. Then you can make a request from ThingWorx to call that Windchill service on the OData Connector thing - more info is in Customizing ThingWorx Navigate 8.5.
Note: You actually do not need Navigate ThingWorx module just Windchill extension for ThingWorx but the instructions are in Navigate guide.
Hi,
Please check this post: https://community.ptc.com/t5/ThingWorx-Developers/How-to-get-files-from-windchill-in-Thingworx/m-p/589302
Hope it helps,
Raluca Edu
In that post it is not specific,
can u please specifically say me about
Configurations and about the objectid.
To answer your question, first of all you want to configure Windchill Integration with ThingWorx per http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FComposer%2FIntegrationConnectors%2FConnectorOview.html and in "PTC Windchill® Extension Guide. Make sure to follow note on page 27.
Windchill is not a file server so you can't just fetch some file which is in Windchill, you need to make a request to some Windchill REST service that will send XML response you looking for. So first of all you need to find out what is that service you can use. Then you can make a request from ThingWorx to call that Windchill service on the OData Connector thing - more info is in Customizing ThingWorx Navigate 8.5.
Note: You actually do not need Navigate ThingWorx module just Windchill extension for ThingWorx but the instructions are in Navigate guide.
Hi @Irfan_Pasha.
If one of the previous responses answered your question, please mark the appropriate one as the Accepted solution for the benefit of others with the same question.
Regards.
--Sharon