Hello,
I have created several Webdynpro Java Applications to Connect to the MDM Repository and update/delete Records. To connect to the Repository ,I used the UserSession Context with which the userid/password is specified to connect to the Repository.
Now , if in future the password changes, I have to modify it in the UserSession Context Object each time . So is there a way ,we just update the password in one central location/file and the Webdynpro Java Application picks it up from there.
Any help would be highly Appreciated.