Java Service getting the IS Server Id

I am developing a Java Service in developer and I need to get following information for the service:

  • Server Id: Id / name of the integration server
  • Service Name: Name of the service being executed

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