Hi, I would like to use the in memory server implementation for a custom project. One of the main requirements is that it has to provide support for dynamic/runtime deployment of new web services and register endpoints for them.
I have looked at the code and saw it uses jax-ws RI as the WS runtime. Unfortunately this implementation has a very static deployment mechanisms using sun-jaxws.xml How complicated would it be to switch the in memory server implementation from using jax-ws RI to using Apache Axis2 or Apache CXF (which are somewhat more open to dynamic deployment of new web services)? Any suggestion or remark on this matter is highly appreciated. Thank you in advance, Dan. P.S. As far as I can tell, both Axis2 and CXF do implement Jax-WS.
