WordPressSharp
WordPressSharp copied to clipboard
DTD is prohibited in this XML document.
ON some WP servers I get this exception when triying to post.
Instead of getting the Post ID, this exception is thrown.
The message says "Response contains invalid XML"
Can anyone help me?
Thank you!!
[XmlException: DTD is prohibited in this XML document.] System.Xml.XmlTextReaderImpl.Throw(Exception e) +88 System.Xml.XmlTextReaderImpl.ParseDoctypeDecl() +7593544 System.Xml.XmlTextReaderImpl.ParseDocumentContent() +664 System.Xml.XmlReader.MoveToContent() +27 CookComputing.XmlRpc.<ParseResponse>d__a.MoveNext() +104 CookComputing.XmlRpc.XmlRpcResponseDeserializer.DeserializeResponse(XmlReader rdr, Type returnType) +169
@guillogc can you provide more information about the data you are trying to post?
ping @guillogc