hi,When I trying to get the loggedonuser's password using womapi, It's returning the password in some encrypted way like *******.How to get the exact password string.
Hi ,I need to create another session with the same username, password and domain.For that I tried with the same password which is returned by the getPassword method , but it's giving "NoSuchFieldError" when i try to login in again.Initialy, for my requirement I tried to get the worksite interface loggedon session and I tried to pass that session to my application.For that I used the AppSession object to get the cmsSession in the connector. But I couldn't get the cmsSession. I got the NullPointerException when I tried to get the worksite MP webcomponent (WSMP interface) session.After that only, I tried to get the loggedon user's password to create a new session.Can u give me a better solution? My requirement is to get the WSMP interface session in the connector.