Hi,
This scenario is about consuming web service in ABAP. ABAP proxy and logical port is used for it.
Could you pl give some inputs as to how to incorporate login details in the LPCONFIG or ABAP Proxy ?
1. Webservice is created in the NWDS web dynpro java
2. ABAP Proxy is created and logical port is create in ABAP and url of this webservice is given and it works just fine
3. Authentication is added in webservice so that when its called in wsnavigator in portal, userID and password shoud be given
4. Now when we call it from ABAP standalone, popup is seen for userID and password
5. But we call it in background in our process via workflow
6. I tried to look for putting userID and password in LPCONFIG but only place i can see is WS Security and Profile In field
thanks in advance
B