Hey there, Finally I created my SAP WebService-Call. The only problem is that the HolderInInterceptor throws a IndexOutOfBoundsException by processing the reply of the SAP WebService. I've enabled Outbound and Inbound-Logging to see if the XMLs are sent correctly. The problem accurs in HolderInInterceptor.class:67 where part->concreteName = "ETColumnDescription".
*Index=2 and outHolders only contains one Element that is null.* Holder holder = (Holder)outHolders.get(*part.getIndex() - 1*); Any suggestions? *Stacktrace:* Cheers, Chris -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-IndexOutOfBoundsException-in-processing-tp5716948.html Sent from the cxf-user mailing list archive at Nabble.com.
