cancel
Showing results for 
Search instead for 
Did you mean: 

Add HTTP header in SOAP Receiver channel

ext_marochet
Explorer
0 Kudos
924

Hi,

I have to consume a web service and add in the HTTP header:

Authorization: ****** (Base64 code)

The authentication code is always the same.

In Soap UI I add it as follows:

Thanks.

View Entire Topic
stefan_grube
Active Contributor

Hi Martin

the SOAP adapter stores user and password of the communication channel automatically to the HTTP header Autorization as base64 code

So you need to decode user and password from your base64 code und store user and password to the SOAP adapter channel.

ext_marochet
Explorer
0 Kudos

Hi Stefan,

That was de solution.

Thanks you very much.