Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with Abap Proxy x SOAP authentication

Former Member
0 Likes
588

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!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
536

Hi Renato,

Not really sure if it could help in anyway, but have you checked the configuration for your connection in SM59?

Cheers!

2 REPLIES 2
Read only

Former Member
0 Likes
537

Hi Renato,

Not really sure if it could help in anyway, but have you checked the configuration for your connection in SM59?

Cheers!

Read only

Former Member
0 Likes
536

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!!