Hello,
i’m having somes problems with a simple orchestration where i read an XML attachment from a POP3 adatper.
I’m able to receive the xlm and keep it in a message of type xmlDocument but when i try to convert to string, using xmlDocument.OuterXML i get the error ‘404 Not Found’. The problem here is in the proxy i’m using.. i think… that it isn’t able to access the DTD present in the xml attachment.
My question is.. is there anyway i can prevent the DTD validation after i have the xmlDocument message created?
i have tried testing the xmlResolver = null but it seems to work only before loading a xml into a xmlDocument (i tried it in a small test project).
Anyone has any ideas?
thanks!