JAX-WS works in a very simple and effective way if you have defined all objects in a XML Schema definition. But sometimes you can’t define a schema for an operation because e.g. it is a generic operation and accepts or returns dynamic XML. Nevertheless we would like to use for this operation the same tool […]
Webservice
Webservice with Spring Web Services 2.0 (M3)
Some time ago I had to define a web service and write the web service implementation for a spring 3.0 project. The operations needed were quite simple. In the past I have usually used axis 1 to offer web services. The results have not been very satisfying because the development has always been quite complex […]