How to add custom parameter and its corresponding value in the HTTP header using the Windows-win32-webservices.h library

Shree (Contractor) 0 Reputation points
2024-05-08T09:23:10.42+00:00

I have implemented a SOAP web service client in C++ using MS Visual Studio 2019 and library “WebServices.h”, in order to consume a SOAP web service.

SOAP webservice that I am consuming requires a custom parameter and its corresponding value in the HTTP header.

I want to know how to achieve this. I couldn’t find any documentation for adding custom headers like this.

Note: Using WsAddCustomHeader, adds header in the SOAP header and not in the HTTP header.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,498 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,612 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Xiaopo Yang - MSFT 12,151 Reputation points Microsoft Vendor
    2024-05-10T02:33:32.65+00:00

    Hello @Shree (Contractor),

    According to our policy, public forum supporters cannot have calls.

    As this issue is complex, please open an incident at https://developer.microsoft.com/en-us/windows/support/?tabs=Contact-us so that our engineer can work with you closely and please choose the 'Networking Development - Other' for Windows SDK for this issue.

    0 comments No comments