Thanks for the test case. Helped a lot. The problem is due to the partial responses on one-way operations. In that case, the list IS null so the null check is appropriate.
Fix is committed. Thanks a bunch for the test case. Dan On Fri December 4 2009 5:19:35 am Alexandros Karypidis wrote: > Hi, > > I have created a test case that expsoses what I think is a bug, attached > to issue: > https://issues.apache.org/jira/browse/CXF-2572 > > BTW, this is in continuation of this thread from the user list: > http://thread.gmane.org/gmane.comp.apache.cxf.user/4153 > > I am trying to figure out what is going on, but it has something to do > with processing at the provider (server) side. The client proxy seems to > do things correctly and sends out proper WS-Addressing headers in the > request. Any pointers would be appreciated (especially if it would be > easy to fix for a newcomer). > > Thanks, > Alex > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
