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.
我有一个可以通过 url 访问的 wsdl。我想使用 wsgen 生成用于使用此 Web 服务的客户端类。我如何仅使用 wsdl url 作为参数来做到这一点?谢谢!
我相信您所追求的是 wsimport,而不是 wsgen:
wsimport -Xnocompile -keep -d <directory where you want your client class> <path to the wsdl>
-Xnocompile 允许您保留源代码