unicode - How can I inject invalid XML chars in an Exchange appointment for testing? -


i'm synchronizing exchange (either 2013 or 365) through ews. (delphi) code process soap xml requests , responses.

we have seen invalid xml characters #xb in returned soap <body> elements of our clients (don't ask me how got there - , no longer have access 'corrupt' messages) our subsequent xml processing code can't handle.

i have built filter routine , need test that, have failed create appointment invalid unicode character either through outlook or ie.

does know of way so?

if use mapi (either via oom,redemption or mfcmapi easiest allows edit property directly) should able write mapi property body directly (or msg export of message problem environment , import mailbox via outlook should bring issue test environment).

appointments should have rtf body corruption maybe happening because there editor writing these props in wrong format or there issue in conversion.

mfcmapi let edit body property directly drop in hex value invalid data don't need write code:

enter image description here


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -