Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5461AD040 for ; Thu, 18 Oct 2012 16:40:24 +0000 (UTC) Received: (qmail 36856 invoked by uid 500); 18 Oct 2012 16:40:23 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 36524 invoked by uid 500); 18 Oct 2012 16:40:22 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Delivered-To: moderator for users@cxf.apache.org Received: (qmail 8078 invoked by uid 99); 18 Oct 2012 16:32:46 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Date: Thu, 18 Oct 2012 09:32:19 -0700 (PDT) From: Crack_David To: users@cxf.apache.org Message-ID: <1350577939114-5716948.post@n5.nabble.com> Subject: java.lang.IndexOutOfBoundsException in processing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.