IBM FileNet P84.x

Webservice (login,viewcontent)

Posted on 10/11/2010. Filed under: IBM FileNet P84.x |

  [WebMethod] public LoginInfo login(String username, String Password, String uri) { String WorkplaceRootUrl = “http://ipaddress:9080/Workplace/”; Boolean isconnected = false; Cryptography cry = new Cryptography(); String EncDeckey = ConfigurationManager.AppSettings.Get(“EncDeckey”); username = cry.Decrypt(username, EncDeckey); Password = cry.Decrypt(Password, EncDeckey); //String uriĀ  = ConfigurationManager.AppSettings.Get(“uri”); CEConnection con = new CEConnection(); con.EstablishCredentials(username, Password, uri); isconnected=con.IsCredentialsEstablishedmethod(); string UserTokenString = getCEUserToken(WorkplaceRootUrl, username, Password); [...]

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...

Follow

Get every new post delivered to your Inbox.