cancel
Showing results for 
Search instead for 
Did you mean: 

How to access BW RFC FM as web service from Enterprise portal using SSO

Former Member
0 Kudos

We have developed a custom remote function module in our BW system. We are accessing this function module as a webservice from a java class we have written. This java class access the BW webservice and formats the output. We created a webservice on top of this java class and deployed on the Enterprise Portal. SSO is setup between EP and BW systems. So when i make call to the BW RFC webservice, i would like to make use of SSO setup between EP and BW instead of hardcoding the user id and password while calling the webservice. Please advise on how to achive this.

Thanks for the help.

Thanks

Hari

Edited by: Hari Krishna Nalluri on Mar 19, 2008 12:41 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185029
Active Contributor
0 Kudos

Hi,

Go to webserive perspective -> WebService Configuration -> Expand config node->Security-> Select HTTP Authentication and check Use SAP logon tickets option.

Ashutosh

former_member188419
Participant
0 Kudos

Thanks for the reply Ashutosh. But that doesnt seem to work. It is still asking for authentication when we did that. Did this method work for you?

Thanks

Hari