cancel
Showing results for 
Search instead for 
Did you mean: 

Submit Authorization header parameters in 'http request header'- consumming web service by SAP PI 7.1

former_member544878
Participant
0 Kudos

Hi All,

There is a requirement to pass an Authorization header parameters in 'http request header' when it connect to the third party web service . Client uses SAP PI 7.1 version .

Is it possible to reach this by adding any standard java class in SAP PI communication channel ?

If not , Please provide solution / method to reach this .

Thanks in advance,

.

Rehan

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Wouldnt selecting Basic Authentication in the SOAP Adapter do this?

Have you tried this?

Regards

Bhavesh

former_member544878
Participant
0 Kudos

Hi Bhavesh,

here , requirement is to submit three parameters in 'http request Header' , not  at SOAP Header .

Used  Adapter type - SOAP and Transport portocol - Http .

any idea to reach it .

Thanks,

Rehan

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Rehan,

Use XHeaderName1...3 to pass the header. The values can be filled via dynamic configuration.

Regards,

Mark