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.
我正在使用 wsimport,但我找不到为 WSDL 中定义的 RESTful Web 服务/端口创建类的原因或方法。
JAX-WS 的 wsimport 工具是否允许创建 RESTful 类客户端?
没有 wsimport 仅用于 JAX-WS 而不是 JAX-RS。它读取 WSDL 文件而不是 WADL。