It looks like you want to do WSDL-first *after* you first create a rough draft of the WSDL using code-first. You can modify the rough WSDL generated to add in the XSD imports that you wish. [1] and [2] can provide some ideas for you.
Glen [1] http://cxf.apache.org/docs/defining-contract-first-webservices-with-wsdl-generation-from-java.html [2] http://www.infoq.com/articles/sosnoski-code-first phayte wrote: > > I have request / response XSDs that have been written by hand that I would > like to have included/referenced in an auto-generated WSDL. I suppose I > want a "middle of the road" approach where I'm not doing code first but > not writing an entire WSDL by hand either. > > I cannot locate an annotation or mapping that allows me to do tie XSDs to > WSDL generation. Anyone have any pointers to doing something like this or > am I taking the wrong angle on this? > -- View this message in context: http://old.nabble.com/Hand-written-XSDs-with-Auto-generated-WSDL-tp28141507p28142077.html Sent from the cxf-user mailing list archive at Nabble.com.
