views:

14

answers:

0

we are using spring-ws on our server side. I would like to migrate to some up-to-date webservices framework with contract last approach. Cause it's really annoying to write .xsd schemas.

There are a lot of Java Web Services engines. Don't know which one should i select. For now i tend to CXF. Probably i would be able to generate java stub classes from existing wsdl shemas of spring-ws.

So my question is what is the simplest and up-to-date engine with contract last approach ?