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.
我是网络服务的新手。我想用 Java 开发一个 web 服务。到目前为止,我了解到,使用 WebServices 启动需要 WSDL。那么,如何创建 WSDL?有什么工具可以让这变得简单吗?
提前致谢。
如果您使用 JAX-WS(Java 6 附带,Java 5 的单独下载)并且正确公开了 @WebMethod,则 JAX-WS 堆栈可以在运行时自动生成 WSDL。