‎2014 Jul 30 3:31 PM
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!!
‎2014 Jul 30 5:44 PM
Hi Renato,
Not really sure if it could help in anyway, but have you checked the configuration for your connection in SM59?
Cheers!
‎2014 Jul 30 5:44 PM
Hi Renato,
Not really sure if it could help in anyway, but have you checked the configuration for your connection in SM59?
Cheers!
‎2014 Jul 30 10:39 PM
Hi Rodolfo,
In this case is not needed the SM59. I used a logical port configured at the 'soamanager' transaction based on the wsdl file. I developed an alternative solution calling a other program from the first program for each method of webservice that I needed and in this base program I show a popup where the user input the logon credentials. This credential will be used at any call of the secondary program...
well.. it´s working 😉 but I still think that exists a better solution for this case..
But thanks for your answer
Best regards!!