Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
If there is a Custom API Developed in Windchill, where does it show in the WRS?
Thanks,
What custom API? if the custom API is a just a java class then WRS does not show it anywhere.
If you customize the WRS and add some custom WRS function by extending existing one, it could be shown in the documentation but I never see it. I guess that there is some procedure to update also WRS documentation to show new custom function...
If you just add some custom WRS api then I guess it is not shown anywhere and you just have to know how to use it.
PetrH
As Petr says, a custom Java API would not appear in WRS.
If you create a new WRS domain, you would probably want to create a new html file analogous to this one for documents:
Windchill/codebase/netmarkets/html/wrs/catalog/docmgmtdomain.html
Also, there is
Windchill/codebase/rest/custom # your custom odata
and
Windchill/codebase/rest/ptc # the OOB odata
Explore the files in
Windchill/codebase/rest/ptc/doc/config*json
They may need to be configured when you modify one of the OOTB domains.
This message is a very brief overview!
cheers -- Rick