cancel
Showing results for 
Search instead for 
Did you mean: 

providing user id and password in web service model

Former Member
0 Kudos

hi,

i hv created a web dynpro application using web service model. The WSDL link had user id and password.

even i had to provide the user id and password at the time of coding.

what is the disadvantage of using userid and password at llink and also at runtime?

hw can it be avoided?

regards,

ankita

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

you can give user name and password in coding

wdContext.currentXXElement().modelObject()._setUserName(uid);

wdContext.currentXXElement().modelObject()._setPassword(pwd);

Regards,

Naga