c# - Sanitizing incoming XML via WCF -


i consuming java webservice .net using wcf.

i getting error on deserialization of response java service

the byte 0x00 not valid @ location.  line 1, position 725. 

i know research incorrectly encoded null, unlikely provider change it, sanitize null out before wcf deserializes return message.

any ideas?

i using c#, answers in clr language do.

just thought. character encoding issue i.e. deserializer using incorrect encoding when trying deserialize message? may result in appear nulls, in fact part of underlying character encoding.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -