I have 2 services in a package and they are quite disjoint i.e. they do not share common parameter / return type objects.
1. When I try to generate the wsdl with Java2ws in maven, the unrelated schemas are imported into each other. Thereby the wsdl cannot be parsed by tools like SOAP UI 2. By default the schema element corresponding to a List return type contains maxOccurs="unbounded" . And the container type is a collection with xs:all . This is causing clients with older xsd processor to fail, as they cannot parse the WSDL. SOAP UI also fails to parse. Any help would be highly appreciated. -- View this message in context: http://cxf.547215.n5.nabble.com/Issue-with-generated-schemas-in-SEI-first-approach-tp5766499.html Sent from the cxf-user mailing list archive at Nabble.com.