Skip to Content
0
Former Member
Jan 12, 2011 at 10:05 AM

SSO between ABAP client proxy and java web service

78 Views

Hi to all,

I want implement a SSO mechanism in a communication between an ABAP client proxy and a web service developed through java so that the ABAP stack generates the logon ticket and passes it to the java ws that recognizes it automatically. Is it possible? I made these operations:

- a java web service based on EJB with the flag "SAP logon ticket" enabled in the description file

- an ABAP client proxy developed through se80 transaction

- a logical port, for ABAP client proxy, developed manually through SOA manager application. Inside the tab Consumer Security I checked "SAP Authentication Assertion Ticket" but I've noticed that when I press the save button it loads the authentication settings with "User ID/Password" checked without saving my correct configuration.

Here is my SAP configuration:

- both ABAP and java stacks are on the same machine with the same SID

- SAP J2EE version is 7.00 SP21

- SAP NetWeaver 2004s

Thanks a lot.

Edited by: lukinho82 on Jan 12, 2011 2:40 PM