I reworked the web services to use Spring-WS/Castor instead of CXF/Aegis. I have it working perfectly and found it a cleaner, more transparent solution to CXF. Saying that, I'm sure it's possible in CXF but I struggled to find good documentation on how to do it.
With Spring-WS you author the XSD but it autogenerates the WSDL from the Spring config files. The XML requests and responses can be bound by hand or through an OXM mapper (I used Castor). Spring handles importing other XSDs and can add them to the WSDL aswell. If you discover the best way to accomplish this with CXF then it would be good to post it here to help others searching for info. Cecchi Sandrone wrote: > > Hey man, I have the same problem. Did you solve it? > -- View this message in context: http://www.nabble.com/Getting-started-with-imported-XSDs-tp24569340p25530698.html Sent from the cxf-user mailing list archive at Nabble.com.
