I need to add http header to webservice soap request using C#. Already I created webservice proxy using wsdl.exe. But I searched the code in stackoverflow, MSDN forum and found it is available for soapclient, and HttpWebRequest webRequest . Can I know how to add http header to web service request ? (but the existing project has webservice proxy- the service proxy created using wsdl.exe)