cancel
Showing results for 
Search instead for 
Did you mean: 

Call webdynpro java Web Service from ABAP

Former Member
0 Kudos

Hello,

This is regarding calling portal web service from ABAP.

1. created web service in NWDS and deployed it to portal server

2. created abap proxy to call this web service from abap SE80 transaction

3. created logical portal for the above proxy LPCONFIG transaction

this is working perfectly. the web service is getting called from abap and funcitonality is working

but my doubt is we have no where given the login password for portal server in the abap system

then how come it works without login password

if i run this web service directly from portal in wsnavigator, then portal login is required.

If we want to incorporate authentication then how to do that ?

thankyou,

B

Accepted Solutions (0)

Answers (1)

Answers (1)

gill367
Active Contributor
0 Kudos

When you are testing the application in SE80.

Is it ot asking for the user id password.

I created a similar service and for me its asking for user id and password.

Go to SM59 and there look for a RFC destination of type HTTP Connection to External Serv. usually will be named as

SAP_PROXY_ESR.

for this connection check the logon and security tab.

may be some user id and password is given there. means hardcoded.

thanks

sarbjeet singh

bhakti2
Active Participant
0 Kudos

hi Sarbjeet

- when we run ABAP proxy directly from SE80 it does not ask for userID password of portal system( and it works)

- i checked in SM59 there is no entry like SAP_PROXY_ESR

- also i checkd in SM59 there is no entry for the portal system as per portal system name (EQA in our case) like i can see for other systems

still it doesnt ask for userID and password.

Is there any setting in webservice just like we have for web dynpro java application in application property 'authentication' ?

thanks

B