Skip to main content

2 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
August 23, 2024

Hi @pshashipreetham 

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

17-Peridot
August 26, 2024

@HelesicPetr 

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