Skip to Content
0
Former Member
Jun 11, 2009 at 09:49 PM

Ignoring a DTD validation at message mapping

35 Views

Hi,

I'm facing the following situation: as a responce for a HTTP service consume, we are getting this payload:

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE ChannelAdminResult SYSTEM "/AdapterFramework/channelAdmin/ChannelAdmin.dtd">

<More tags....>

the problem is that the message mapping is not able to get the dtd that validates the payload. I did try uploading the dtd file as external definition, but it still not working.

Is there anyway to bypass the !DOCTYPE validation?

Thanks in advance,

Ariel