Hi, I'm using cxf wsdl2java to generate java classes for a web service client. The service should return List type, but as I invoke the service the properties of each one of the resulted XXXs in the list are null or 0. (So I get the response list, the size if the response list is correct but the properties of the list-elements are empty...)
Note: I have searched for the case and I have read that a wrapper may fix the problam, but in my case it is very important: I can not modify the server code or the wsdl, it is not my responibility and I can edit only the client code. -- View this message in context: http://cxf.547215.n5.nabble.com/Missing-properties-of-a-list-elemet-tp5607117p5607117.html Sent from the cxf-user mailing list archive at Nabble.com.
