1. SOAP based can make use of WSDL 1.1, and WSDL 2.0, default is JAXB binding, also can use JSON binding.
2. RESTFul (HTTP) based can only make use of WSDL 2.0, So far(Sep 29 2009), cxf has not offer the support for WSDL 2.0. But Axis2 do.
3. The standard way to write the RESTful web service is JAX-RS(V1.1 so far). 4 implementations are restlet, restEASY, Jersey and CXF.
4. CXF can merge the spring support of rest, and also support WADL(v 1.0).
5. CXF is the good choice, because 1)offer the json provider except jaxb provider. 2) can be the basis of the D-OSGI in the future.
6. .NET platform , that is , WCF 3.5 only support WSDL 1.1. But, it has good support to Rest Webservice.
本文探讨了SOAP和RESTful两种Web服务标准的区别与联系。SOAP支持WSDL 1.1及2.0,并默认使用JAXB绑定,同时也支持JSON绑定;而RESTful目前仅支持WSDL 2.0。此外,文章还提到了.NET平台的WCF 3.5仅支持WSDL 1.1但对RESTful Web服务有良好支持。JAX-RS是RESTful的标准实现方式,当前版本为V1.1,主要实现包括restlet、restEASY、Jersey和CXF等。
5202

被折叠的 条评论
为什么被折叠?



