cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Consume Web Service proxy with setting HTTP Header

Former Member
0 Likes
1,476

Hi all,

i need to consume a SOAP web service proxy with setting HTTP header (not SOAP header), it's very important for me because it's an HTTPs access and the authentication is placed in HTTP header (in fact i need to put Authorization: Bearer).

I found the following post but the response is not a good way : https://archive.sap.com/discussions/thread/2074862

i don't want to use class if_http_client for more reasons, for example the API will change every 3 months and it will be difficult to maintain the change of all these APIs, WSDL is the good way...

Please Thomas Jung, help me, i know you can 🙂 🙂

Thanks for any help.

Eric

Accepted Solutions (0)

Answers (2)

Answers (2)

anoopdosi
Newcomer
0 Likes

Could you share how you solved this. i am having the same issue in one of the web service proxy call where i need to change http header.

0 Likes

HI Eric,

i have the same scenario,

you solved ?