cancel
Showing results for 
Search instead for 
Did you mean: 

Java Web Service / ABAP Client proxy ... username & password

Former Member
0 Kudos

I have some ABAP function modules that need to use some Java web services. For this, I have created a client proxy that is utilized by the ABAP function module and the client proxy in turn communicates with the Java web service.

The web service does BASIC (USERNAME/PASSWORD) HTTP AUTHENTICATION. When I execute the ABAP function module in test mode, I am prompted with a username/password. How can I pass this username and password to the Java web service programmatically.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos