cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a secured external web service from ABAP

Former Member
0 Kudos

Hi,

I've created a client proxy from a wsdl to call a secured external WS from ABAP.

The question is: how to pass in the user/password in the client proxy?

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sergio,

Could you explain more detail on how to define the RFC in the lpconfig?

SergioFerrari
Active Contributor
0 Kudos

Hi Rika,

have a look to the blog: https://weblogs.sdn.sap.com/pub/wlg/1645. [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Screen shots are "old" but the concepts are already there. Serach the chapter "SAP Side - Setup".

Basically: define your RFC destination via SM59 of type G. There you'll define the target host and the user/password.

Then in LPCONFIG you can specify the defined RFC destination.

Have a look also to http://help.sap.com/saphelp_nw2004s/helpdata/en/16/285d32996b25428dc2eedf2b0eadd8/content.htm

and to

http://help.sap.com/saphelp_nw04s/helpdata/en/da/11df3a9b10355ae10000000a11405a/content.htm

Sergio

PS

Kindly close the thread and award appropriate a points to the answer given.

Message was edited by:

Sergio Ferrari

SergioFerrari
Active Contributor
0 Kudos

Transaction LPCONFIG will support you

Sergio

SergioFerrari
Active Contributor
0 Kudos

I forgot to suggest to specify the RFC Destination (type H).

Sergio