How to force Content-Type when using soap_request()

Hi,

Can someone tell me if it is possible to change the Content-Type header when using the soap_request() function.

I have tried different solutions using web_add_header(), web_add_auto_header() and web_remove_auto_header() functions.

No matter what I do, a fixed Content-Type header with the value of "text/xml" is added overwriting the values set with web_add_header functions.

My google foo is only pointing in the direction of using the web_custom_request() function instead, but I would assume that it is possible to use the soap_request().

I am using VuGen 24.1/Windows Server 2022.

/Michael