Hi @cK ,
You could try these codes:
HttpWebRequest request = (HttpWebRequest)WebRequest.Create( Your URL );
request.Headers.Add( "SOAPAction", YOUR SOAP ACTION );
Best regards,
Yijing Sun
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.