.net - Handle malformed xml soap messages in WCF -
i'm getting malformed xml soap webservice have use wcf. returns invalid xml characters messages. of course, wcf reports invalid xml exceptions when receiving message. fix issue if had way modify incoming message before gets parsed. there way this?
i've tried handling iclientmessageinspector had no luck. provides access message class, way can it's body , change when it's valid xml.
Comments
Post a Comment