Click here to Skip to main content
15,890,438 members
Articles / Programming Languages / C#

Solution to WSE839 error for WSE3 clients needing support both MTOM and non-MTOM responses

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
6 Jun 2010CPOL 18K   2  
Sometimes you need a WSE3 client to send an MTOM-encoded request, but accept either an MTOM or non-MTOM response. While the WSE3 server classes support "MTOM optional" the client does not. Here's a quick solution to the problem.Assume you have generated your WSE3 web service proxy class....

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions