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.
我在 WAS 6.1 上部署了一个 EAR 文件。EAR 文件包含几个公开为 Web 服务的 EJB 方法。现在有没有办法确定这些 Web 服务是根据 JAX WS 标准还是 JAX RPC 标准编写的?
它应该是 JAX-RPC,因为首先 JAX-RPC 映射到 Java 1.4 JAX-WS 映射到 Java 5.0 而 WAS 6.1 具有 java 1.4。