This just isn't working for me. What I have is XML like below. But when I build the java map, I replace "DocumentBundle" with "Data", run this through the OM test it seems to crash on line 08: Document docIn=builderel.parse (in) with Premature end of file. Any suggestions? FYI I am not a java developer but I know many other development languages. Thanks for any help.
<enab:ExportDataResponse xmlns:enab="enablon">
<Data><![CDATA[<?xml version="1.0" encoding="UTF-16" standalone="yes" ?>
<Document>
<Record>
<EmployeeID>ID000006150265</EmployeeID>
<ApplicationUser><None></ApplicationUser>
<LastName>Shi</LastName>
<FirstName>Nansun</FirstName>
</Record>
</Document>]]>
</Data>
</enab:ExportDataResponse>