Consume Web Service proxy with setting HTTP Header
Nov 25, 2016 at 03:42 PM|317 Views
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 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...
Add comment