JAX-RPC / JAX-WS runtime in Apache Tomcat
问题 I am using Apache Tomcat v6 server. While creating a new Web Service, I get the Web service runtime options for "Apache Axis", "Apache Axis2" and "Apache CXF2.x". Is it possible to have the runtime as "JAX-RPC" or "Jax-WS"? EDIT: I am using Eclipse IDE 回答1: JAX-RPC and JAX-WS are specifications, Axis, Axis2 and CXF are implementations. for JAX-RPC you need Axis (1) for JAX-WS use CXF (I believe Axis2 also supports this spec but I've never used it) If you have a choice I strongly recommend the