Hi there,
I receive the following exception executing a query method on TXMLObjectAccessor, and I don’t see any reason why :
java.lang.reflect.UndeclaredThrowableException: java.lang.reflect.InvocationTargetException: com.softwareag.tamino.db.API.accessor.TQueryException
Response could not be built
NestedException:Response could not be built for XML access.
NestedException:Interpreting the input stream failed!
NestedException without message!
at com.softwareag.tamino.db.API.accessor.TXMLObjectAccessorImpl.query(TXMLObjectAccessorImpl.java:231)
at java.lang.reflect.Method.invoke(Native Method)
at com.softwareag.tamino.db.API.accessor.TInvalidatableAccessorProxy.invoke(TInvalidatableAccessorProxy.java:56)
at $Proxy2.query(Unknown Source)
at be.forem.ebp.dao.tamino.TaminoEBP.get(TaminoEBP.java:253)
at be.forem.ebp.dao.tamino.TaminoEBPNomenclature.get(TaminoEBPNomenclature.java:57)
at be.forem.ebp.accessors.TestEBPNomenclature.ExecuteGetNomenclature(TestEBPNomenclature.java:67)
at be.forem.ebp.accessors.TestEBPNomenclature.(TestEBPNomenclature.java:37)
at be.forem.ebp.accessors.TestEBPNomenclature.main(TestEBPNomenclature.java:44)
Error : java.lang.reflect.UndeclaredThrowableException
The problem pops-up when I have multiple documents to receive which can be huge in size. With a few small documents the problems isn’t there.
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs