문제

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:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top