cancel
Showing results for 
Search instead for 
Did you mean: 

User/password in SOAP adapter

Former Member
0 Kudos

The senario is a WebService call from WAS 6.20 using an proxy into XI using the SOAP adapter.

The problem is that the WebService is User/password protectet and the the Service is depentendent on the user name who calls. Thats why i will program the ABAP program so the user is promptet for Username/password.

But how can i pass the User/pass to the SOAP adapter?? It seems that it has to entered on the Communication channel directly and that would´nt work of course...

Do anyone know how to use dynamic User/pass in the SOAP adapter?

/Jakob

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Hi Jakob,

That is not possible. The user and password in the SOAP adapter are fix.

If your WebService allows user in the URL (like http://user:password@host:port/...) than you can set the whole URL by dynamic header fields in the SOAP adapter, but in that case you have to maintain the different URL's for Dev/Q/Prod system anywhere inside the mapping.

Regards

Stefan