Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Suppose I have 2 clients consuming my wcf service. I know that I can modify the the SOAP output response using MessageContracts. But, suppose my first client needs two fields in the SOAP response(eg: first name, last name) as header member. My second client application wants only first name in header. How can I achieve this using message contracts. I want to use wsHttpBinding for both the clients.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.