Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Apache CXF 是否支持基于 JAX-RPC 的 Web 服务。目前我从事基于 JAX-WAS 的工作。
谢谢。
Apache CXF 在SOAPWeb 服务方面支持document/literalWSDL 样式。没有这样的事情Apache CXF supports JAX-RPC。JAX-RPC 是用于创建 Web 服务的不同堆栈,而 CXF 基于JAX-WS. 因此,您可能想知道 Apache CXF 是否支持rpc/encoded样式 Web 服务。答案是不。它不支持它们。
SOAP
document/literal
Apache CXF supports JAX-RPC
JAX-WS
rpc/encoded
也可以看看: