UTF16 XML encoding in IS 46

WM support UTF-16.
sending with attribute of encoding=“UTF-16” doesn’t mean the client is actually sending in UTF-16 encoding. They need to encode the whole xml in UTF-16.
changing the tag to UTF-8 made it work, that indicates they are sending either in UTF-8 or some encoding compatible with UTF-8 (for example ASCII).