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?
