Hello everyone, I've got some CXF webservice (via Spring) that generates the wsdl automatically (contract last).
Somehow it seems that the existence of an "ObjectFactory" class in the same (or parent) package as the service interface introduces all the elements of the ObjectFactory into the generated WSDL. Unfortunately I didn't find a doc for that, so it would be nice if someone could point me somewhere where this behavior was documented. Regards, Flo
