Unable to import com.novell.qa.soap.common.util.LoginData;
Hi,
I am using vdx webservice to access novell attributes from an external application. I am using RBPM 3.7.1 doc as reference. I wanted to retrieve the dn of the user who is currently logged in the user application. When I refered agpro, I found that there was a line code as follows:
String recipient =ServiceUtils.getInstance().getLoginData().getUser name(LoginData.RECIPIENT_TYPE);
I thought this might work out. So, I need to import two classes namely ServiceUtils and LoginData. I am not able to import it because I could not find it in any of the jars created from the metrics or provisioning service.
What is the required jar file for the class com.novell.qa.soap.common.util.LoginData ?
Could you please help me out?
|