cancel
Showing results for 
Search instead for 
Did you mean: 

Consume Web Service proxy with setting HTTP Header

Former Member
0 Kudos

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

sudarshan_b
Participant
0 Kudos

Did you find any resolution to your query? I have exact similar requirement.

Accepted Solutions (0)

Answers (2)

Answers (2)

anoopdosi
Member
0 Kudos

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 Kudos

HI Eric,

i have the same scenario,

you solved ?