Hi All,
the structure which is coming as input to PI is
<ns0: MT_ABC>
<Record>
<Header>
<A> </A>
<B> </B>
</header>
<item>
<a> </a>
<b> </b>
</Record>
I am getting the error -
Exception caught by adapter framework: org.xml.sax.SAXException: XML upto 2 level is accepted for conversion.
com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.ResourceException: org.xml.sax.SAXException: XML upto 2 level is accepted for conversion.
Now I am pretty sure that this only a 2 level XML structure which is supported in fcc...
-- no addHeaderLine is used
-- is there anything like ignoreRecordset fo reciver fcc?
Please help.
Regards,
Vikas