Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I am developing a Java Service in developer and I need to get following information for the service:
In Java Services, is there a concept of this.getServiceName() or similar. Does anybody know of where I can reference all attributes that are available to me through global classes?
-Cameron
Look at the ServerAPI and Service classes in the wM API.
On the Developer tool under the “Help” tab you will see the JavaAPI reference in the menu.
HTH.
Here’s an easy flow call for you:
Invoke: wm.server.admin:getServerHost
Returns Host and port.
HTH,
Ray