cancel
Showing results for 
Search instead for 
Did you mean: 

WEBAS ABAP 7.0 as Webservice provider with X.509 based authentification

Former Member
0 Kudos

Hello,

can anyone explain how to set up WEBAS Abap webservices (Function Modules) for X.509 authentification.

Do I need J2EE stack for this to work?

Thanks

Matthias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

No, you don't need the J2EE stack for that.

Set up an HTTPS port for the ABAP ICM.

Set the ICM to request a client X.509 certificate. (check icm/HTTPS/verify_client profile parameter)

Configure a mapping between the DN in the certificate and an ABAP user in view VUSREXTID for "DN" External ID type.

Then you have to choose tha appropriate security profile for your ABAP web service.

Regards,

Olivier

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Colleques,

I have a webservice created in NW 7.0 ERP1 System, I need to call it from abap consumer proxy in nw 7.0 ERP2 Systems.

I need to use user id, password basic authentication, can you please help me where to setup credentials for both service provider and consumer, really appreciate if you could provide steps how to establish secure communication in ABAP Stack.

Really appreciate your immediate help, as I am struck hear.

Thanks and Regards.

Suraj

Moderator Message: Please refer to the [SCN Rules of Engagement |http://wiki.sdn.sap.com/wiki/x/FgQ]and refrain from cross-posting or posting the same question multiple times, thread Locked

Edited by: Trevor Naidoo on Aug 23, 2011 12:41 PM