.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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -