Reasons to step up to JAX-WS 2.0:
- If you want to use the new message-oriented APIs.
- If you want to use MTOM to send attachment data.
- If you want better support for XML schema through JAXB.
- If you want to use an asynchronous programming model in your web service clients.
- If you need to have clients or services that can handle SOAP 1.2 messages.
- If you want to eliminate the need for SOAP in your web services and just use the XML/HTTP binding.
- If you like playing with leading edge technology.
Comments