Hi, I suggest you create a CXF server and dump onwire message from CXF server, and compare it with the one from SAP webservice server.
My gut feeling is that SAP webservice may not follow the JAXWS spec about the Holder class. ------------- Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042 On 2012-10-19, at 上午12:32, Crack_David wrote: > 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.
