I am having one xml which contains the & in one of the field.I want to parse the xml and convert into document.for this first i used the xmlstringtoxmlnode service then xmlnodetodocument.
but it is failing in xmlnodetodocument step and Error thrown is malformed entry found as &.
Then in xmlstringtoxmlnode service I set the encoding as ISO-8859-1, then also its not working. Even though i tried to set UTF-8, then also did not worked…
Yes ofcourse to cross the issue replace service would be option…but I would agree with Tong Wang that why they are sending XML which is not encoded properly with ampersand symbols in the date…check with your source also.