Hi,

I'm developing JAX-WS web services, with the Axis2 runtime (1.4.1)

What options are there for integrating JAX-WS/Axis2 with Spring? CXF integrates with Spring out of the box, and Axis2 integrates with Spring for non-JAXWS web services via services.xml. But what about Axis2 and jax-ws?

Thanks!