How to retrieve User ID from Integration Server?

Hello All,

   I am trying to develop a flow service that utilizes the User ID of users created in the Integration Server, but I am not sure how to retrieve this information.  

   Does anyone know if there is a pre-existing flow or java service that retrieves either the user ID or some identifier from the pipeline?

Thanks in advance for any help,
David

Yes there is.

There is a service getUser, in PSUtilities package which retrives the current user executing the flow.

Rgds,
Pradeep

Mark, thanks for the info on getSession.

Pradeep, I tried searching for info on getUser and I don’t think I have that package. Is this a default package that comes with webMethods?

Thanks, David

Hi David,

You do not get this pacakge default with webMethods. You can download PSUtilities from samples and utilities section in advantage.

Rgds,
Pradeep