hello guys! I have a Web Reference named ListService which is referenced to a web services. My question is how can i check if the credential property of that ListService is valid? Thanks in advance!
Printable View
hello guys! I have a Web Reference named ListService which is referenced to a web services. My question is how can i check if the credential property of that ListService is valid? Thanks in advance!
That's up to ListService to determine if the credentials are valid or not. The consumer's task is simply to pass the credentials in the credentials property, is it not?