How to call a windchill class from a remote machine
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.1
I have a custom windchill java class(contain code to fetch epmdocuments and its attributes). i m invoking this class from another class that has RemoteMethodServer RMI invoke code. All these files are deployed inside codebase location on windchill server.
Now my question is,
1. I want to call this java class(which has RMI invoke code) from another remote machine using a .bat script. So that I can execute custom Windchill class remotely. How can I achieve this?

