Hi user group, I've moved to Java5 for my new web services. As always, I'm using Map's and List's (or Collection's) in my code and don't wanna change that. Now those classes have generics.
If I do not specify an aegis mapping, everything works (XFire client and server). But the thing is that I want to change some of the WSDL properties, for instance I don't like "in0", "in1" and the like in my WSDLs. The thing is that when I create a mapping for my Service (that receives a List<String>), I get a "Cannot create mapping for java.util.List" error. This seems like a bug to me. At least I would have expected XFire to take the generic stuff but also allow me to change WSDL properties. (BTW: I do not want to use annotations..) Anybody a clue? Regards Andres Bernasconi.
