Re: IndexOutOfBoundsException in MessageContentsList.get()

2013-06-19 Thread Tim Olson
if there is a mix of headers and non-headers and > in/outs, etc…. > > Dan > > > > On Jun 17, 2013, at 8:13 PM, Tim Olson wrote: > > > Our CXF client consistently gets an IndexOutOfBoundsException > > (java.lang.IndexOutOfBoundsException: > > Index: 19, Size

IndexOutOfBoundsException in MessageContentsList.get()

2013-06-17 Thread Tim Olson
Our CXF client consistently gets an IndexOutOfBoundsException (java.lang.IndexOutOfBoundsException: Index: 19, Size: 19) when handling a SOAP response which otherwise looks valid. We're using CXF 2.7.5 with the wsdl2java Maven plugin to generate client wrapper code. The stack trace goes from Hold