will Apache CXF supports JAX-RPC based web services(SOAP)

怎甘沉沦 提交于 2019-12-01 21:08:28

问题


I want to know if Apache CXF supports JAX-RPC based web services. Currently I have worked on JAX-WAS based one.

Thanks.


回答1:


Apache CXF in terms of SOAP web services supports document/literal WSDL style. There is no such thing as Apache CXF supports JAX-RPC. JAX-RPC is a different stack for creating web services and CXF is based on JAX-WS. So probably you wanted to know if Apache CXF supports rpc/encoded style web services. The answer is no. It does not support them.

See also:

  • Which style of WSDL should I use


来源:https://stackoverflow.com/questions/14831499/will-apache-cxf-supports-jax-rpc-based-web-servicessoap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!