This could be a solution to my problem, below. We are using "Java first" approach with Spring and CXF. We use Aegis Data Binding with Simple Front-end configured in Spring. We have several services in our application. Each service WSDL generated at runtime has inlined schema (data types) definitions. Each WSDL duplicates the schema definitions. This is causing problems with ESB/BPEL tools.
We want CXF to generate a single shared schema file for all our services. I am concerned the Jav2WSDL or Java2WS tools may not get the job done. These tools need to be invoked for each service at a time. And the the WSDLs or schema generated with these tools may not match with the dynamically produced WSDLs. This issue has been troubling for a long, long time. Could you please point me in the right direction? -- View this message in context: http://cxf.547215.n5.nabble.com/Java-First-generated-WSDL-Can-I-force-XSD-s-to-be-imported-rather-than-Inlined-tp5581799p5721493.html Sent from the cxf-user mailing list archive at Nabble.com.
