cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Custom API in WRS

pshashipreetham
17-Peridot

Custom API in WRS

Hi,

 

If there is a Custom API Developed in Windchill, where does it show in the WRS?

 

Thanks,

Shashi Preetham,
Email: psp316r@outlook.com,
Mobile: +91 8099838001.
2 REPLIES 2

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

@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

 

 

 

Announcements

Top Tags