You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Benson Margulies <bi...@gmail.com> on 2007/12/19 02:20:52 UTC

Doc/lit/bare return type, all data disappeared?

I changed one of my services from wrapped to bare, since I observed that
the methods all had zero or one inputs and one output.

The parameter bean arrives just fine at the implementation, but the
response goes wrong on the way back out. All the values are empty.

I have no @WebResponse annotations, I'm letting CXF take care of all
this.

Any ideas?