Hi,
I have a problem with the user authentication in a call from a method of a webservice.
I need to call many methods from same webservice in one program. When the program starts, the user logon popup is showed and I enter the user credentials to logon. This is OK.
The problem occurs at the second method call. The authentication is ok in the first method call and in this second call (in same program) i think the ECC consider the logon is OK and not call the to authenticate popup (and not pass the credentials of first call).
There have a way to validade the user credentials at first call and store this credential to automatic logon in subsequent methods called from the webservice in same program session?
Thanks!!