Hello I am new to CXF and have successfully setup a web service through Spring that autogenerates a WSDL based on my Java classes. I am using Aegis for data binding and the service endpoints are defined with the <jaxws:endpoint> notation in the Spring configuration file.
My next task is to change the binding for one of my web services so that it uses complex types defined in an external XSD instead of auto-generating new types from my classes. Can someone point me in the right direction on the correct way to implement this with CXF/Aegis/Spring? I have searched the mailing list and documentation and found some references to importing schemas but nothing that specifically helps me move forward. Thanks -- View this message in context: http://www.nabble.com/Getting-started-with-imported-XSDs-tp24569340p24569340.html Sent from the cxf-user mailing list archive at Nabble.com.
