How to create RESTful web service in Windchill and use it in Thingworx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to create RESTful web service in Windchill and use it in Thingworx
Hi Developers,
I'm working on ThingWorx 8.0.1 with Navigate View 1.5.0. I was able to perform basic REST Operations such as fetching a NONCE Token from a Service, Creating a part,....
I had to use the URI's that were exposed from windchill for these services. I'm a novice in REST services if there is any document or tutorials which give step by step procedure to create RESTful web services in Windchill side and use the same in Thingworx it would be helpful.
Thanks and Regards,
Saran
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Saran,
The steps are documented in Windchill REST Services User's Guide. Let me know if this is what you are looking for.
Regards,
Tushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
See whatever the API you are looking for is already available at
<windchill server>:<port>/Windchill/servlet/odata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Saran,
The steps are documented in Windchill REST Services User's Guide. Let me know if this is what you are looking for.
Regards,
Tushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
