简体   繁体   中英

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

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

Thanks.

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:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM