Hi,
We faced another problem with XML adapter. We used DTD and the XML was getting validated thru XMLSpy, but the adapter was giving error that it is not valid. On analysing we realised that the xml was not really valid. Though according to dtd it has to have single instance of a node, it had 2 instances of a node. On correcting the xml as per the schema the adapter worked fine.
This need not necessarily be true in your case but I suggest you to manually verify the xml against schema even though it has been validated by any other tool.
Regards,
-Vandana.
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards