adding custom SOAP headers in MEX response for operation contract based WCF services - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T21:06:36Z http://stackoverflow.com/feeds/question/612448 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/612448/adding-custom-soap-headers-in-mex-response-for-operation-contract-based-wcf-servi 0 adding custom SOAP headers in MEX response for operation contract based WCF services kirill_l 2009-03-04T21:14:25Z 2009-10-12T14:08:46Z <p>I'm having a problem consuming WCF service requiring custom SOAP headers for methods marked with [OperationContract] attributes. Custom headers cannot be explicitly declared in the service because interface methods are not based on [MessageContract]. As a result When svcutil.exe tries to build client proxies the resulting generated code doesn't contain any objects related to custom headers. My question is can I easily inject the declaration of custom headers into the MEX response so they become available in WSDL provided by the service.</p> http://stackoverflow.com/questions/612448/adding-custom-soap-headers-in-mex-response-for-operation-contract-based-wcf-servi/1554801#1554801 -1 Answer by Bored for adding custom SOAP headers in MEX response for operation contract based WCF services Bored 2009-10-12T14:08:46Z 2009-10-12T14:08:46Z <p>Give up, it's easier.</p>