adding custom SOAP headers in MEX response for operation contract based WCF services - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T21:06:36Zhttp://stackoverflow.com/feeds/question/612448http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/612448/adding-custom-soap-headers-in-mex-response-for-operation-contract-based-wcf-servi0adding custom SOAP headers in MEX response for operation contract based WCF services kirill_l2009-03-04T21:14:25Z2009-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-1Answer by Bored for adding custom SOAP headers in MEX response for operation contract based WCF services Bored2009-10-12T14:08:46Z2009-10-12T14:08:46Z<p>Give up, it's easier.</p>