cancel
Showing results for 
Search instead for 
Did you mean: 

Ignoring a DTD validation at message mapping

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello, I have the same problem. If you have an solution for it, please post it here anyway.

In my case, the external reference is an http-adress. The server has an connection to it, but it doesn't work until now.

I tested the way over the external definition, too, but with the same effect.