Hi,
I am having a little problems with the automatically generated string2stringMap type. All of the types generated by CXF have names starting with capital letters. All but string2stringMap. This causes the Flex builder to have problems automatically generating clients for Webservices using this datatype. This is because the SOAPEncoder takes the class-name of the object and tries to resolve a type . of course it won't find a type String2stringMap. I currently solved the problem by creating my own CxfSoapEncoder, which simply returns "string2stringMap" when getting a String2stringMap object, but I can't think of it any more than a hack. Would it be a great problem to make CXF and Aegis generate types with names starting with capital letters? Chris
