Hello,
I have simple webservice that calls a java service. The problem is from the java service I’m trying to find out what user has called the webservice. I have tried the following code, but keeps returning ‘Administrator’ no matter who I login as ???
Session session = Service.getSession();
User currentUser = session.getUser();
IDataUtil.put( pipelineCursor, “userName”, currentUser.getName() );
I’m really confused by this. Is there everybody who can help me on this on?
Thanks
Q
#API-Management#webMethods#soa