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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.