We are using schema first developement. We used XFire but want to convert to CXF.
We have on problem. We have a method which uses objects generated from a xml schema using jaxb public A findX (B , C) In the namespace of this schema objects D, E and F also exists. We use JAX-WS annotations to publish the webservice endpoints. When we generate wsdl in XFire, only the elements in the interface (A, B, C) shows up in wsdl:types definition But in CXF every object (A, B, C, D, E and F) shows up in wsdl:types. Is there something I can do to narrow this down ? -- View this message in context: http://www.nabble.com/Whole-namespace-in-schema-definitions-under-wsdl%3Atypes-tp20302115p20302115.html Sent from the cxf-user mailing list archive at Nabble.com.
